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

Unified Diff: webkit/port/bindings/scripts/CodeGeneratorV8.pm

Issue 149391: Chaos Demo Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | « webkit/chaos/V8CustomChaosPositionCallback.cpp ('k') | webkit/port/bindings/v8/DOMObjectsInclude.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/bindings/scripts/CodeGeneratorV8.pm
===================================================================
--- webkit/port/bindings/scripts/CodeGeneratorV8.pm (revision 19805)
+++ webkit/port/bindings/scripts/CodeGeneratorV8.pm (working copy)
@@ -1713,6 +1713,8 @@
my %typeCanFailConversion = (
"AtomicString" => 0,
"Attr" => 1,
+ "ChaosGeoposition" => 1,
+ "ChaosPositionCallback" => 1,
"CompareHow" => 0,
"DataGridColumn" => 0,
"DOMString" => 0,
@@ -1722,12 +1724,17 @@
"Event" => 0,
"EventListener" => 0,
"EventTarget" => 0,
+ "Geoposition" => 1,
"HTMLElement" => 0,
"HTMLOptionElement" => 0,
"Node" => 0,
"NodeFilter" => 0,
"MessagePort" => 0,
"NSResolver" => 0,
+ "PositionCallback" => 1,
+ "PositionError" => 1,
+ "PositionErrorCallback" => 1,
+ "PositionOptions" => 1,
"Range" => 0,
"SQLResultSet" => 0,
"Storage" => 0,
« no previous file with comments | « webkit/chaos/V8CustomChaosPositionCallback.cpp ('k') | webkit/port/bindings/v8/DOMObjectsInclude.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698