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

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

Issue 401443002: Remove unused DictionaryBuilder::createString (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f14c84902508581a371abf948156973755179108..6d6afa19a3376031d927236cf48389aa108c7f69 100644
--- a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp
+++ b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp
@@ -50,11 +50,6 @@ public:
const Dictionary& dictionary() const { return m_dictionary; }
private:
- v8::Local<v8::String> createString(const char* utf8CString)
- {
- return v8::String::NewFromUtf8(m_isolate, utf8CString);
- }
-
v8::Handle<v8::Object> m_holder;
v8::Isolate* m_isolate;
Dictionary m_dictionary;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698