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

Unified Diff: Source/core/platform/chromium/support/WebArrayBuffer.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
Index: Source/core/platform/chromium/support/WebArrayBuffer.cpp
diff --git a/Source/core/platform/chromium/support/WebArrayBuffer.cpp b/Source/core/platform/chromium/support/WebArrayBuffer.cpp
index 3b01f5e1e9e7f3d9dfd43e71189bd87d1d6bc38a..449e332a2af73715d5ffd87c5d255c1a09903bad 100644
--- a/Source/core/platform/chromium/support/WebArrayBuffer.cpp
+++ b/Source/core/platform/chromium/support/WebArrayBuffer.cpp
@@ -37,7 +37,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebArrayBuffer WebArrayBuffer::create(unsigned numElements, unsigned elementByteSize)
{
@@ -100,4 +100,4 @@ WebArrayBuffer::operator WTF::PassRefPtr<WTF::ArrayBuffer>() const
return m_private.get();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/core/platform/chromium/ChromiumDataObjectItem.cpp ('k') | Source/core/platform/chromium/support/WebCrypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698