Index: Source/web/WebMutationEvent.cpp |
diff --git a/Source/web/WebMutationEvent.cpp b/Source/web/WebMutationEvent.cpp |
index b43a391c4988bf6cd8976647807a566589166b1e..8ce8f807643fc4695d37c3b5d70491257e01308c 100644 |
--- a/Source/web/WebMutationEvent.cpp |
+++ b/Source/web/WebMutationEvent.cpp |
@@ -35,7 +35,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebNode WebMutationEvent::relatedNode() const |
{ |
@@ -62,4 +62,4 @@ WebMutationEvent::AttrChangeType WebMutationEvent::attrChange() const |
return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange()); |
} |
-} // namespace WebKit |
+} // namespace blink |