DescriptionProvide DartDomNameOfAttribute
DartDomNameOfAttribute returns the name of an IDLAttribute in the dart dom bindings.
attr.id is the native/JS name
dart:html might possibly rename the DartDomName, leaving the original attribute id available.
The change in the generated files reflects reverting https://src.chromium.org/viewvc/multivm?view=rev&revision=251
I will revert r251 after this change lands.
This is all so we can handle one attribute that has a name that is a keyword in Dart and C++ :
module html {
interface [
Conditional=VIDEO_TRACK,
V8EnabledAtRuntime=webkitVideoTrack
] HTMLTrackElement : HTMLElement {
...
attribute [Reflect] boolean default;
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=5381
Patch Set 1 #Patch Set 2 : rename to DartDomNameOfAttribute #Patch Set 3 : effects #Patch Set 4 : fix native #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|