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

Unified Diff: Source/core/dom/ExecutionContext.h

Issue 958343002: Drop unbound ExecutionContext::createLifecycleNotifier() declaration. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ExecutionContext.h
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
index 664b7c39dc66f2fb9c172778f3b36fb3b58df31e..2b4e13f92dd8d99c1d264a14f08ea16765119ba9 100644
--- a/Source/core/dom/ExecutionContext.h
+++ b/Source/core/dom/ExecutionContext.h
@@ -117,8 +117,6 @@ public:
// Gets the next id in a circular sequence from 1 to 2^31-1.
int circularSequentialID();
- PassOwnPtr<LifecycleNotifier<ExecutionContext> > createLifecycleNotifier();
-
virtual EventTarget* errorEventTarget() = 0;
virtual EventQueue* eventQueue() const = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698