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

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, 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/CSSSegmentedFontFace.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 18b59bf982b6401d53342e7c6e1f348a58e2a4bf..1beeb3c5f811710f57c9dfdc3072cdc4f2f53010 100644
--- a/Source/bindings/scripts/CodeGeneratorV8.pm
+++ b/Source/bindings/scripts/CodeGeneratorV8.pm
@@ -82,6 +82,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/CSSSegmentedFontFace.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698