| Index: third_party/WebKit/Source/core/timing/Performance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
|
| index eef3a9cc6822b4232e547153790d2d46cb9adc7b..002c903a83b47365a673c2aae1334b14ef58c525 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.h
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.h
|
| @@ -42,6 +42,8 @@
|
| namespace blink {
|
|
|
| class InspectorWebPerfAgent;
|
| +class ScriptState;
|
| +class ScriptValue;
|
|
|
| class CORE_EXPORT Performance final : public PerformanceBase,
|
| public DOMWindowProperty {
|
| @@ -63,6 +65,8 @@ class CORE_EXPORT Performance final : public PerformanceBase,
|
|
|
| void updateLongTaskInstrumentation() override;
|
|
|
| + ScriptValue toJSONForBinding(ScriptState*) const;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|