| Index: Source/bindings/tests/results/V8TestExtendedEvent.h
|
| diff --git a/Source/bindings/tests/results/V8TestExtendedEvent.h b/Source/bindings/tests/results/V8TestExtendedEvent.h
|
| index 0767a39a041647e743e3c600b65c322c29bab17d..7b3dfd29bdb84e1b795060a945591d426833977c 100644
|
| --- a/Source/bindings/tests/results/V8TestExtendedEvent.h
|
| +++ b/Source/bindings/tests/results/V8TestExtendedEvent.h
|
| @@ -30,6 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class Dictionary;
|
| class V8TestExtendedEvent {
|
| public:
|
| static bool HasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
|
| @@ -41,6 +42,7 @@ public:
|
| }
|
| static void derefObject(void*);
|
| static WrapperTypeInfo info;
|
| + static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline void* toInternalPointer(Event* impl)
|
| {
|
| @@ -121,6 +123,8 @@ inline v8::Handle<v8::Value> toV8(PassRefPtr< Event > impl, v8::Handle<v8::Objec
|
| return toV8(impl.get(), creationContext, isolate);
|
| }
|
|
|
| +bool fillEventInit(EventInit&, const Dictionary&);
|
| +
|
| }
|
|
|
| #endif // ENABLE(TEST)
|
|
|