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

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

Issue 18856015: [oilpan] Move CSSFontFace to the managed heap (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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/core/css/CSSFontFace.h » ('j') | Source/core/css/CSSFontFaceSource.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/CodeGeneratorV8.pm
diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm
index fe4d13ced4d9c8c2d4b1d4eb0d7f8e84450b99d0..0aad18a030b23494e8edd8a8b9c808f42347b7be 100644
--- a/Source/bindings/scripts/CodeGeneratorV8.pm
+++ b/Source/bindings/scripts/CodeGeneratorV8.pm
@@ -82,6 +82,7 @@ my %handlifiedTypeHash = (
"WebKitCSSKeyframesRule" => 1,
"CSSPrimitiveValue" => 1,
"CSSValue" => 1,
+ "CSSFontFace" => 1,
"WebKitCSSFilterValue" => 1,
"WebKitCSSMixFunctionValue" => 1,
"WebKitCSSTransformValue" => 1,
« no previous file with comments | « no previous file | Source/core/css/CSSFontFace.h » ('j') | Source/core/css/CSSFontFaceSource.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698