| 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;
|
|
|