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

Unified Diff: Source/core/dom/ScopedWindowFocusAllowedIndicator.h

Issue 817373003: Oilpan: fix build after r187709. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ScopedWindowFocusAllowedIndicator.h
diff --git a/Source/core/dom/ScopedWindowFocusAllowedIndicator.h b/Source/core/dom/ScopedWindowFocusAllowedIndicator.h
index ea25492df4de1e822bf6a5754e99ba34129dc93a..4c2c81cf0aed1eeb5aa3f535af94049cf5b11276 100644
--- a/Source/core/dom/ScopedWindowFocusAllowedIndicator.h
+++ b/Source/core/dom/ScopedWindowFocusAllowedIndicator.h
@@ -38,6 +38,8 @@ private:
if (executionContext())
executionContext()->consumeWindowFocus();
}
+
+ void trace(Visitor*) { }
};
// In Oilpan, destructors are not allowed to touch other on-heap objects.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698