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

Unified Diff: src/json-parser.cc

Issue 2060213002: Revert of Replace all remaining Oddball checks with new function (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months 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
« no previous file with comments | « src/isolate-inl.h ('k') | src/json-stringifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/json-parser.cc
diff --git a/src/json-parser.cc b/src/json-parser.cc
index bf2fd0d67391b902d47e060bfcfb5291e8f11ff8..29a7af9c73803bd041915794e903dbf72f25a697 100644
--- a/src/json-parser.cc
+++ b/src/json-parser.cc
@@ -250,7 +250,7 @@
}
if (stack_check.InterruptRequested() &&
- isolate_->stack_guard()->HandleInterrupts()->IsException(isolate_)) {
+ isolate_->stack_guard()->HandleInterrupts()->IsException()) {
return Handle<Object>::null();
}
« no previous file with comments | « src/isolate-inl.h ('k') | src/json-stringifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698