Chromium Code Reviews| Index: webkit/port/bindings/v8/v8_proxy.h |
| =================================================================== |
| --- webkit/port/bindings/v8/v8_proxy.h (revision 15003) |
| +++ webkit/port/bindings/v8/v8_proxy.h (working copy) |
| @@ -172,8 +172,7 @@ |
| }; |
| explicit V8Proxy(Frame* frame) |
| - : m_frame(frame), m_event_listeners("m_event_listeners"), |
| - m_xhr_listeners("m_xhr_listeners"), m_inlineCode(false), |
| + : m_frame(frame), m_inlineCode(false), |
| m_timerCallback(false), m_recursion(0) { } |
| ~V8Proxy(); |