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