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

Unified Diff: src/api.cc

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Renamed defines to match new file locations Created 4 years, 3 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
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index d0947ae81d8d632854096acb99ffa261697ac2c6..f290e576cb743dd48d20d9e3692abe6e0652bbb9 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -8198,8 +8198,7 @@ void Isolate::IsolateInBackgroundNotification() {
void Isolate::MemoryPressureNotification(MemoryPressureLevel level) {
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this);
- return isolate->heap()->MemoryPressureNotification(level,
- Locker::IsLocked(this));
+ isolate->heap()->MemoryPressureNotification(level, Locker::IsLocked(this));
}
void Isolate::SetRAILMode(RAILMode rail_mode) {
« no previous file with comments | « BUILD.gn ('k') | src/asmjs/asm-typer.h » ('j') | src/compiler/live-range-separator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698