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

Unified Diff: Source/bindings/modules/v8/custom/V8CryptoCustom.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/bindings/modules/v8/custom/V8CryptoCustom.cpp
diff --git a/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp b/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
index e8785bc43766b015efaad6241ab91e20f6c899dd..8690feaeca772e9e595d10b5d8d5f5ae85fea99c 100644
--- a/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
+++ b/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
@@ -33,7 +33,7 @@
#include "modules/crypto/Crypto.h"
#include "wtf/ArrayBufferView.h"
-namespace WebCore {
+namespace blink {
void V8Crypto::getRandomValuesMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
{
@@ -61,4 +61,4 @@ void V8Crypto::getRandomValuesMethodCustom(const v8::FunctionCallbackInfo<v8::Va
v8SetReturnValue(info, buffer);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/bindings/modules/v8/custom/V8ClientCustom.cpp ('k') | Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698