| Index: Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| index 5bbb58d3c6847d3ed311db5d9b6182046f54d423..b5a22d6507ceea24716c583c9a1c2fc03b66350c 100644
|
| --- a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| @@ -348,16 +348,6 @@ v8::Handle<v8::Value> V8DOMWindow::toStringMethodCustom(const v8::Arguments& arg
|
| return domWrapper->ObjectProtoToString();
|
| }
|
|
|
| -v8::Handle<v8::Value> V8DOMWindow::releaseEventsMethodCustom(const v8::Arguments& args)
|
| -{
|
| - return v8::Undefined();
|
| -}
|
| -
|
| -v8::Handle<v8::Value> V8DOMWindow::captureEventsMethodCustom(const v8::Arguments& args)
|
| -{
|
| - return v8::Undefined();
|
| -}
|
| -
|
| class DialogHandler {
|
| public:
|
| explicit DialogHandler(v8::Handle<v8::Value> dialogArguments)
|
|
|