Commit 4a597f52 authored by ssid's avatar ssid Committed by Commit bot

Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h

This class was added in crrev.com/1058253003 and missed V8_EXPORT in
definition.

BUG=466141, 476013
LOG=Y

Review URL: https://codereview.chromium.org/1090333002

Cr-Commit-Position: refs/heads/master@{#27926}
parent b990a6c6
......@@ -4901,7 +4901,7 @@ class V8_EXPORT HeapStatistics {
};
class HeapSpaceStatistics {
class V8_EXPORT HeapSpaceStatistics {
public:
HeapSpaceStatistics();
const char* space_name() { return space_name_; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment