Index: Source/bindings/core/v8/V8HiddenValue.h |
diff --git a/Source/bindings/core/v8/V8HiddenValue.h b/Source/bindings/core/v8/V8HiddenValue.h |
index 26c6e37562e725424c9d77b90a12825309fb26d9..864324159e6640573d02b1f77bcf96cec7ebc4a1 100644 |
--- a/Source/bindings/core/v8/V8HiddenValue.h |
+++ b/Source/bindings/core/v8/V8HiddenValue.h |
@@ -9,7 +9,7 @@ |
#include "bindings/core/v8/ScriptPromiseProperties.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class ScriptWrappable; |
@@ -60,6 +60,6 @@ private: |
#undef V8_DECLARE_FIELD |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // V8HiddenValue_h |