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

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

Issue 656073002: IDL: Use ALLOW_ONLY_INLINE_ALLOCATION() in dictionaries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/core/dom/MutationObserverInit.idl ('k') | Source/core/html/canvas/HitRegionOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/ScrollOptions.idl
diff --git a/Source/core/frame/ScrollOptions.idl b/Source/core/frame/ScrollOptions.idl
index 8a2af31d66e7b464aa35db1f38b595118844445b..615da4b006a4fd237594236fd4dc0940c3389773 100644
--- a/Source/core/frame/ScrollOptions.idl
+++ b/Source/core/frame/ScrollOptions.idl
@@ -4,8 +4,6 @@
// Spec: Non-standard
-[
- GarbageCollected
-] dictionary ScrollOptions {
+dictionary ScrollOptions {
DOMString behavior;
};
« no previous file with comments | « Source/core/dom/MutationObserverInit.idl ('k') | Source/core/html/canvas/HitRegionOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698