| Index: third_party/WebKit/WebCore/bindings/js/JSNodeFilterCondition.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/bindings/js/JSNodeFilterCondition.cpp (revision 4268)
|
| +++ third_party/WebKit/WebCore/bindings/js/JSNodeFilterCondition.cpp (working copy)
|
| @@ -52,7 +52,7 @@
|
| if (callType == CallTypeNone)
|
| return NodeFilter::FILTER_ACCEPT;
|
|
|
| - JSC::ExecState* exec = context->exec();
|
| + JSC::ExecState* exec = context->data();
|
| // The exec argument here should only be null if this was called from a
|
| // non-JavaScript language, and this is a JavaScript filter, and the document
|
| // in question is not associated with the frame. In that case, we're going to
|
|
|