Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: Source/web/WebMutationEvent.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebMediaStreamRegistry.cpp ('k') | Source/web/WebNetworkStateNotifier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/web/WebMediaStreamRegistry.cpp ('k') | Source/web/WebNetworkStateNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698