| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 777a7c718130e994d0e3a721e55c06a5721b9623..1045dbd2c40653e4654868d66370b2230c5a5024 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -316,9 +316,6 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
|
|
|
| FloatSize GetViewportSize(IncludeScrollbarsInRect) const;
|
|
|
| - void SetHasLoadEventFired() { has_load_event_fired_ = true; }
|
| - bool HasLoadEventFired() { return has_load_event_fired_; }
|
| -
|
| protected:
|
| // EventTarget overrides.
|
| void AddedEventListener(const AtomicString& event_type,
|
|
|