Commit 3fca1506 authored by weinig@apple.com's avatar weinig@apple.com

2009-04-29 Sam Weinig <sam@webkit.org>

        Reviewed by Dimitri Glazkov.

        Remove unused EventListeners.

        * page/DOMWindow.idl:



git-svn-id: svn://svn.chromium.org/blink/trunk@43000 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0dd092fa
2009-04-29 Sam Weinig <sam@webkit.org>
Reviewed by Dimitri Glazkov.
Remove unused EventListeners.
* page/DOMWindow.idl:
2009-04-29 Yury Semikhatsky <yurys@chromium.org> 2009-04-29 Yury Semikhatsky <yurys@chromium.org>
Reveal current execution line once SourceFrame content is loaded. Reveal current execution line once SourceFrame content is loaded.
...@@ -217,11 +217,6 @@ module window { ...@@ -217,11 +217,6 @@ module window {
attribute EventListener onwebkitanimationend; attribute EventListener onwebkitanimationend;
attribute EventListener onwebkittransitionend; attribute EventListener onwebkittransitionend;
#if defined(V8_BINDING)
attribute [ProtectedListener] EventListener ondragdrop;
attribute [ProtectedListener] EventListener onmove;
#endif
// EventTarget interface // EventTarget interface
[Custom] void addEventListener(in DOMString type, [Custom] void addEventListener(in DOMString type,
in EventListener listener, in EventListener listener,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment