| Index: third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.h b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| index 0bc7107a91756c4b7ccb3ef591fc1026afe01e8f..8f0e542abd12397a79edf28f8751a5010f210455 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
| @@ -41,6 +41,7 @@ namespace blink {
|
|
|
| class ScriptState;
|
| class ScriptValue;
|
| +class V8ObjectBuilder;
|
|
|
| using PerformanceEntryType = unsigned char;
|
| using PerformanceEntryTypeMask = unsigned char;
|
| @@ -85,6 +86,7 @@ public:
|
|
|
| protected:
|
| PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime);
|
| + virtual void buildJSONValue(V8ObjectBuilder&) const;
|
|
|
| private:
|
| const String m_name;
|
|
|