Index: Source/bindings/core/v8/RetainedDOMInfo.h |
diff --git a/Source/bindings/core/v8/RetainedDOMInfo.h b/Source/bindings/core/v8/RetainedDOMInfo.h |
index 62d1d2e6611752d05ddca41841fde8259d5ca3ec..fafdab8705ce201dedc591a2bd6de9ac99afcc1a 100644 |
--- a/Source/bindings/core/v8/RetainedDOMInfo.h |
+++ b/Source/bindings/core/v8/RetainedDOMInfo.h |
@@ -34,7 +34,7 @@ |
#include "bindings/core/v8/RetainedObjectInfo.h" |
#include <v8-profiler.h> |
-namespace WebCore { |
+namespace blink { |
class Node; |
@@ -57,6 +57,6 @@ private: |
Node* m_root; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // RetainedDOMInfo_h |