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

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

Issue 2584383002: Update comments about active DOM objects (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.h b/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.h
index b27429035349efca38c63b512f6992bb68202c14..fac53d6a31e2b565d512921454326b75335a4f2d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.h
@@ -39,7 +39,7 @@ namespace blink {
class ExecutionContext;
// A base class that prevents binding callbacks from executing when
-// active dom objects are stopped or suspended, and is used by the
+// ContextLifecycleObservers are stopped or suspended, and is used by the
// generated callback v8 bindings code to avoid erroneously CRASH()'ing
// after script execution on a worker has been scheduled to terminate.
//
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698