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. |
// |