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

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

Issue 18375005: [oilpan] Move CSSFontFace and CSSSegmentedFontFace to the managed heap (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 6 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/CSSFontFace.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 b1bb7f7fe8ae6da273918031382601c596833593..e77fed7083c71f9351e9d56e26ee07a462e99f3f 100644
--- a/Source/bindings/scripts/CodeGeneratorV8.pm
+++ b/Source/bindings/scripts/CodeGeneratorV8.pm
@@ -80,6 +80,8 @@ my %handlifiedTypeHash = (
"WebKitCSSKeyframesRule" => 1,
"CSSPrimitiveValue" => 1,
"CSSValue" => 1,
+ "CSSFontFace" => 1,
+ "CSSSegmentedFontFace" => 1,
"WebKitCSSFilterValue" => 1,
"WebKitCSSMixFunctionValue" => 1,
"WebKitCSSTransformValue" => 1,
« no previous file with comments | « no previous file | Source/core/css/CSSFontFace.h » ('j') | Source/core/css/CSSFontFace.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698