| Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| index 5d282fc33a1237dd4120b12ef964ebc410cd991b..ea1b5ba45f51c3908f4f40e55c52fcd20944cc74 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| @@ -39,6 +39,8 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| +class ScriptState;
|
| +class ScriptValue;
|
|
|
| class CORE_EXPORT PerformanceNavigation final
|
| : public GarbageCollected<PerformanceNavigation>,
|
| @@ -62,6 +64,8 @@ class CORE_EXPORT PerformanceNavigation final
|
| unsigned short type() const;
|
| unsigned short redirectCount() const;
|
|
|
| + ScriptValue toJSONForBinding(ScriptState*) const;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|