Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: third_party/WebKit/WebCore/bindings/js/JSNodeFilterCondition.cpp

Issue 9018: Make ExceptionContext platform-independent using magic headers (1/2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/WebCore/bindings/js/ExceptionContextData.h ('k') | third_party/WebKit/WebCore/dom/ExceptionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698