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

Unified Diff: Source/bindings/scripts/code_generator_v8.pm

Issue 150883005: IDL compiler: sync Python to r166989 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « no previous file | Source/bindings/templates/interface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/code_generator_v8.pm
diff --git a/Source/bindings/scripts/code_generator_v8.pm b/Source/bindings/scripts/code_generator_v8.pm
index 6031191a8d251bea16f17aab8e9cad35657bb40d..d789c09363f8249ca3db5c78b8bba25b10e609db 100644
--- a/Source/bindings/scripts/code_generator_v8.pm
+++ b/Source/bindings/scripts/code_generator_v8.pm
@@ -4899,9 +4899,9 @@ END
}
$implementation{nameSpaceWebCore}->add(" fromInternalPointer(object)->deref();\n");
if (IsWillBeGarbageCollectedType($interface->name)) {
- $implementation{nameSpaceWebCore}->add("#endif\n");
+ $implementation{nameSpaceWebCore}->add("#endif // !ENABLE(OILPAN)\n");
}
- $implementation{nameSpaceWebCore}->add("}\n");
+ $implementation{nameSpaceWebCore}->add("}\n\n");
$implementation{nameSpaceWebCore}->add(<<END);
template<>
« no previous file with comments | « no previous file | Source/bindings/templates/interface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698