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

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

Issue 2138003002: Remove DOMWindowProperty::willDetachGlobalObjectFromFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 f96091f62ad4bb84fc393a4cbfe5f741e4532a83..22fa2ef54d39bf38a17fe34149ec12c952b0dc7b 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -185,8 +185,6 @@ public:
// recurse on its child frames.
void sendOrientationChangeEvent();
- void willDetachDocumentFromFrame();
-
EventQueue* getEventQueue() const;
void enqueueWindowEvent(Event*);
void enqueueDocumentEvent(Event*);

Powered by Google App Engine
This is Rietveld 408576698