| Index: Source/bindings/v8/V8NodeFilterCondition.h
|
| diff --git a/Source/bindings/v8/V8NodeFilterCondition.h b/Source/bindings/v8/V8NodeFilterCondition.h
|
| index abff9e364a1b79d9a72a8a031ccb843eccfc5e6d..6b555bf7351671bab9f382678913e1e8e41ca08b 100644
|
| --- a/Source/bindings/v8/V8NodeFilterCondition.h
|
| +++ b/Source/bindings/v8/V8NodeFilterCondition.h
|
| @@ -39,7 +39,7 @@
|
| namespace WebCore {
|
|
|
| class Node;
|
| -class ScriptState;
|
| +class ExceptionState;
|
|
|
| // V8NodeFilterCondition maintains a Javascript implemented callback for
|
| // filtering Node returned by NodeIterator/TreeWalker.
|
| @@ -67,7 +67,7 @@ public:
|
|
|
| virtual ~V8NodeFilterCondition();
|
|
|
| - virtual short acceptNode(ScriptState*, Node*) const OVERRIDE;
|
| + virtual short acceptNode(Node*, ExceptionState&) const OVERRIDE;
|
|
|
| private:
|
| // As the value |filter| is maintained by V8GC, the |owner| which references
|
|
|