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

Unified Diff: Source/web/WebTextAreaElement.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/WebTestingSupport.cpp ('k') | Source/web/WebTextCheckingCompletionImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebTextAreaElement.cpp
diff --git a/Source/web/WebTextAreaElement.cpp b/Source/web/WebTextAreaElement.cpp
index fafd94db4d7ec0ae716eb27197352d8e42fdbd80..59d16bc044b4f4043fe092b2b9ed0320b491bf5b 100644
--- a/Source/web/WebTextAreaElement.cpp
+++ b/Source/web/WebTextAreaElement.cpp
@@ -38,7 +38,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
void WebTextAreaElement::setValue(const WebString& value)
{
@@ -66,4 +66,4 @@ WebTextAreaElement::operator PassRefPtr<HTMLTextAreaElement>() const
return toHTMLTextAreaElement(m_private.get());
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebTestingSupport.cpp ('k') | Source/web/WebTextCheckingCompletionImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698