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

Unified Diff: Source/bindings/modules/v8/custom/V8CryptoKeyCustom.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/V8CryptoKeyCustom.cpp
diff --git a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp
index 6d6afa19a3376031d927236cf48389aa108c7f69..d2fbc7ba9b8e071c37f8504a0e956a038411f48a 100644
--- a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp
+++ b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp
@@ -11,7 +11,7 @@
#include "public/platform/WebCryptoKeyAlgorithm.h"
#include "wtf/Uint8Array.h"
-namespace WebCore {
+namespace blink {
class DictionaryBuilder : public blink::WebCryptoKeyAlgorithmDictionary {
public:
@@ -65,4 +65,4 @@ void V8CryptoKey::algorithmAttributeGetterCustom(const v8::PropertyCallbackInfo<
v8SetReturnValue(info, builder.dictionary().v8Value());
}
-} // namespace WebCore
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698