| Index: Source/bindings/core/v8/DOMWrapperWorld.h
|
| diff --git a/Source/bindings/core/v8/DOMWrapperWorld.h b/Source/bindings/core/v8/DOMWrapperWorld.h
|
| index 0045ad2070e15a3367c916f9ea6aed266251b62b..82e147b3313ee417f0e79566e94baf1c8a401385 100644
|
| --- a/Source/bindings/core/v8/DOMWrapperWorld.h
|
| +++ b/Source/bindings/core/v8/DOMWrapperWorld.h
|
| @@ -40,7 +40,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DOMDataStore;
|
| class ExecutionContext;
|
| @@ -136,6 +136,6 @@ private:
|
| OwnPtr<DOMDataStore> m_domDataStore;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWrapperWorld_h
|
|
|