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

Unified Diff: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
diff --git a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
index 6ac8395a0f605c33a6186896ba717391ab9be857..0412c0f904bca058c29e9c3b1b887b633e486a9f 100644
--- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
+++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
@@ -5,7 +5,6 @@
enum AppBannerPromptOutcome { "accepted", "dismissed" };
[
- GarbageCollected,
RuntimeEnabled=AppBanner,
] interface AppBannerPromptResult {
readonly attribute DOMString platform;

Powered by Google App Engine
This is Rietveld 408576698