Index: Source/bindings/tests/results/core/V8TestDictionaryDerived.h |
diff --git a/Source/bindings/tests/results/core/V8TestDictionaryDerived.h b/Source/bindings/tests/results/core/V8TestDictionaryDerived.h |
index 40b7e93830e38adca874e50232c037e00ca9f71e..5fb4a8f0610bda6b235954fb55bb06836c0629bd 100644 |
--- a/Source/bindings/tests/results/core/V8TestDictionaryDerived.h |
+++ b/Source/bindings/tests/results/core/V8TestDictionaryDerived.h |
@@ -18,7 +18,7 @@ class ExceptionState; |
class V8TestDictionaryDerivedImplementedAs { |
public: |
- static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestDictionaryDerivedImplementedAs&, ExceptionState&); |
+ static bool toImpl(v8::Isolate*, v8::Local<v8::Value>, TestDictionaryDerivedImplementedAs&, ExceptionState&); |
}; |
v8::Local<v8::Value> toV8(const TestDictionaryDerivedImplementedAs&, v8::Local<v8::Object>, v8::Isolate*); |