Chromium Code Reviews| Index: Source/core/dom/NodeFilter.h |
| diff --git a/Source/core/dom/NodeFilter.h b/Source/core/dom/NodeFilter.h |
| index a811a1325bd145bd59fff86e6f49e5080cdfa9a6..c3b61b7a1583117340b8aad756865f88505a2b79 100644 |
| --- a/Source/core/dom/NodeFilter.h |
| +++ b/Source/core/dom/NodeFilter.h |
| @@ -75,7 +75,7 @@ public: |
| return adoptRef(new NodeFilter()); |
| } |
| - short acceptNode(ScriptState*, Node*) const; |
| + short acceptNode(Node*, ExceptionState&) const; |
| void setCondition(PassRefPtr<NodeFilterCondition> condition) |
| { |