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

Unified Diff: third_party/WebKit/Source/core/dom/SuspendableObject.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 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/dom/SuspendableObject.h
diff --git a/third_party/WebKit/Source/core/dom/SuspendableObject.h b/third_party/WebKit/Source/core/dom/SuspendableObject.h
index b0405474004f09915c903cd636421d380c5e8903..ba673c428dd55cc653bd28858b10289bab170b94 100644
--- a/third_party/WebKit/Source/core/dom/SuspendableObject.h
+++ b/third_party/WebKit/Source/core/dom/SuspendableObject.h
@@ -35,7 +35,7 @@ namespace blink {
class CORE_EXPORT SuspendableObject : public ContextLifecycleObserver {
public:
- SuspendableObject(ExecutionContext*);
+ explicit SuspendableObject(ExecutionContext*);
// suspendIfNeeded() should be called exactly once after object construction
// to synchronize the suspend state with that in ExecutionContext.

Powered by Google App Engine
This is Rietveld 408576698