Skip to content

Commit

Permalink
Remove unnecessary export, which happens to break MSVC DLL builds.
Browse files Browse the repository at this point in the history
Change-Id: I47c9211274cefd26bde6bd93aa7503e022df4357
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2042874
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Bill Ticehurst <billti@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#66179}
  • Loading branch information
billti authored and Commit Bot committed Feb 7, 2020
1 parent 7e1d052 commit 1e36e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap/memory-measurement.h
Expand Up @@ -19,7 +19,7 @@ namespace internal {
class Heap;
class NativeContextStats;

class V8_EXPORT_PRIVATE MemoryMeasurement {
class MemoryMeasurement {
public:
explicit MemoryMeasurement(Isolate* isolate);

Expand Down

0 comments on commit 1e36e21

Please sign in to comment.