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

Unified Diff: Source/web/WebDOMError.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/WebDOMCustomEvent.cpp ('k') | Source/web/WebDOMEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDOMError.cpp
diff --git a/Source/web/WebDOMError.cpp b/Source/web/WebDOMError.cpp
index d92123b1f1efd83a5538e068c73562e30de30ebc..75f323fbc8189112de5e528ca3ec588e6079841f 100644
--- a/Source/web/WebDOMError.cpp
+++ b/Source/web/WebDOMError.cpp
@@ -38,7 +38,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebDOMError WebDOMError::create(const WebString& name, const WebString& message)
{
@@ -92,4 +92,4 @@ WebDOMError::operator WTF::PassRefPtr<WebCore::DOMError>() const
return m_private.get();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebDOMCustomEvent.cpp ('k') | Source/web/WebDOMEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698