| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| index 0619a6d5287ba8637b550be845bf250448b9c49d..163e7c8332dc4ae86859b3a026a7e3d2a73b8eea 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
| @@ -22,7 +22,6 @@ public:
|
| CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestDictionaryDerivedImplementedAs&, ExceptionState&);
|
| };
|
|
|
| -v8::Local<v8::Value> toV8(const TestDictionaryDerivedImplementedAs&, v8::Local<v8::Object>, v8::Isolate*);
|
| CORE_EXPORT bool toV8TestDictionaryDerivedImplementedAs(const TestDictionaryDerivedImplementedAs&, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*);
|
|
|
| template<class CallbackInfo>
|
|
|