| Index: Source/bindings/core/v8/ActiveDOMCallback.h
|
| diff --git a/Source/bindings/core/v8/ActiveDOMCallback.h b/Source/bindings/core/v8/ActiveDOMCallback.h
|
| index a50348721379b517844666200b8e1a007b2a316e..c5fc6d963276f5f8e8549828de24c2650f93744d 100644
|
| --- a/Source/bindings/core/v8/ActiveDOMCallback.h
|
| +++ b/Source/bindings/core/v8/ActiveDOMCallback.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| @@ -54,6 +54,6 @@ public:
|
| bool isScriptControllerTerminating() const;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ActiveDOMCallback_h
|
|
|