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

Unified Diff: Source/core/page/make_settings.pl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/page/make_settings.pl
diff --git a/Source/core/page/make_settings.pl b/Source/core/page/make_settings.pl
index ed8b9446af785b4b720957ee7e86c69bfaa9aa54..1cd3d58ee89e55807ffe708a9e25ba036fba0425 100755
--- a/Source/core/page/make_settings.pl
+++ b/Source/core/page/make_settings.pl
@@ -351,7 +351,7 @@ sub generateInternalSettingsIdlFile($)
open my $file, ">$filename" or die "Failed to open file: $!";
print $file $InCompiler->license();
- print $file "interface InternalSettingsGenerated {\n";
+ print $file "[ NoInterfaceObject ] interface InternalSettingsGenerated {\n";
sub writeIdlSetter($$$) {
my ($file, $parsedItemsRef, $settingName) = @_;

Powered by Google App Engine
This is Rietveld 408576698