| Index: webkit/port/bindings/v8/v8_nodefilter.h
|
| ===================================================================
|
| --- webkit/port/bindings/v8/v8_nodefilter.h (revision 2614)
|
| +++ webkit/port/bindings/v8/v8_nodefilter.h (working copy)
|
| @@ -19,7 +19,8 @@
|
| explicit V8NodeFilterCondition(v8::Handle<v8::Value> filter);
|
| virtual ~V8NodeFilterCondition();
|
|
|
| - virtual short acceptNode(Node* node) const;
|
| + virtual short acceptNode(ExceptionContext* exception_context,
|
| + Node* node) const;
|
|
|
| private:
|
| mutable v8::Persistent<v8::Value> m_filter;
|
|
|