Index: Source/core/dom/ActiveDOMObject.h |
diff --git a/Source/core/dom/ActiveDOMObject.h b/Source/core/dom/ActiveDOMObject.h |
index 47922a28183b4542726050e50d104c5aa723efd3..4690c91c757766550079f8f1eb0e39894c0e4513 100644 |
--- a/Source/core/dom/ActiveDOMObject.h |
+++ b/Source/core/dom/ActiveDOMObject.h |
@@ -34,7 +34,7 @@ namespace blink { |
class ActiveDOMObject : public ContextLifecycleObserver { |
public: |
- explicit ActiveDOMObject(ExecutionContext*); |
+ ActiveDOMObject(ExecutionContext*); |
// suspendIfNeeded() should be called exactly once after object construction to synchronize |
// the suspend state with that in ExecutionContext. |