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

Unified Diff: Source/core/frame/Screen.idl

Issue 688993002: Oilpan: have Screen be on the heap by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: non-oilpan compile fix Created 5 years, 8 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: Source/core/frame/Screen.idl
diff --git a/Source/core/frame/Screen.idl b/Source/core/frame/Screen.idl
index a0b6385676f5983aa7c75aefb6bcf4c170b931ed..309d1c5cc743bcd6e40f7387aeda3364e1ba4c88 100644
--- a/Source/core/frame/Screen.idl
+++ b/Source/core/frame/Screen.idl
@@ -28,7 +28,7 @@
[
- WillBeGarbageCollected,
+ GarbageCollected,
] interface Screen {
readonly attribute unsigned long height;
readonly attribute unsigned long width;
@@ -39,4 +39,3 @@
readonly attribute unsigned long availHeight;
readonly attribute unsigned long availWidth;
};
-

Powered by Google App Engine
This is Rietveld 408576698