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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.cpp

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years 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/bindings/core/v8/ActiveDOMCallback.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.cpp b/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.cpp
index a9458246d169d99b64fbc26ac42d1d3c745aebd9..c6d1f649aa1cd8c32d58c3db039b937f095b6a79 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.cpp
@@ -30,8 +30,8 @@
#include "bindings/core/v8/ActiveDOMCallback.h"
-#include "core/dom/ActiveDOMObject.h"
#include "core/dom/ExecutionContext.h"
+#include "core/dom/SuspendableObject.h"
#include "core/workers/WorkerGlobalScope.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698