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

Unified Diff: src/api.cc

Issue 300553008: Some debugger-related clean-ups and renamings. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « no previous file | src/bootstrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index ca552fc60f6ba44140461666f730411a92de0fe4..f973787d1b9a3d5159c8c7368b04441ac9adf206 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -6906,7 +6906,7 @@ Local<Value> Debug::GetMirror(v8::Handle<v8::Value> obj) {
void Debug::ProcessDebugMessages() {
- i::Execution::ProcessDebugMessages(i::Isolate::Current(), true);
+ i::Isolate::Current()->debug()->ProcessDebugMessages(true);
}
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698