Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 10f6409b55f55256cd31baf8bf2c935f9c176243..19c98073fc0d02072e1a776b54241b6603964c6b 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -52,8 +52,7 @@ class PublicURLManager; |
class SecurityOrigin; |
class ScriptCallStack; |
-class ExecutionContext |
- : public ContextLifecycleNotifier, public WillBeHeapSupplementable<ExecutionContext> { |
+class ExecutionContext : public ContextLifecycleNotifier, public WillBeHeapSupplementable<ExecutionContext> { |
public: |
DECLARE_VIRTUAL_TRACE(); |