Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.h

Issue 2629333002: Remove DOMWindowProperty (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ad9a4cbb8e7fa060c948778a102e3b9474406ed7..2a12b799d6b5e726c84b6165af0281302b1f7d74 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -42,7 +42,6 @@ namespace blink {
class CustomElementRegistry;
class DOMWindowEventQueue;
-class DOMWindowProperty;
class DocumentInit;
class EventQueue;
class FrameConsole;
@@ -172,9 +171,6 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
CustomElementRegistry* customElements() const;
CustomElementRegistry* maybeCustomElements() const;
- void registerProperty(DOMWindowProperty*);
- void unregisterProperty(DOMWindowProperty*);
-
void registerEventListenerObserver(EventListenerObserver*);
void frameDestroyed();
@@ -267,8 +263,6 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
bool m_shouldPrintWhenFinishedLoading;
- HeapHashSet<WeakMember<DOMWindowProperty>> m_properties;
-
mutable Member<Screen> m_screen;
mutable Member<History> m_history;
mutable Member<BarProp> m_locationbar;
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698