| 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 2ad0b6ac3b8bd053487bd313b477634bc2ffa539..32e1b3315c6986a54e0c9aaac612b6e92b2fa4f4 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -315,9 +315,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,
|
|
|