Changeset 69370 in webkit


Ignore:
Timestamp:
Oct 7, 2010 7:03:18 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-07 Eric Uhrhane <ericu@chromium.org>

Reviewed by Jian Li

[V8] Add FileWriter to active DOM map
https://bugs.webkit.org/show_bug.cgi?id=47380

It's an ActiveDOMObject; it needs to be in the map.

  • bindings/scripts/CodeGeneratorV8.pm:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69369 r69370  
     12010-10-07  Eric Uhrhane  <ericu@chromium.org>
     2
     3        Reviewed by Jian Li
     4
     5        [V8] Add FileWriter to active DOM map
     6        https://bugs.webkit.org/show_bug.cgi?id=47380
     7
     8        It's an ActiveDOMObject; it needs to be in the map.
     9
     10        * bindings/scripts/CodeGeneratorV8.pm:
     11
    1122010-10-07  Nico Weber  <thakis@chromium.org>
    213
  • trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm

    r69148 r69370  
    25572557    return 1 if $type eq "IDBRequest";
    25582558    return 1 if $type eq "FileReader";
     2559    return 1 if $type eq "FileWriter";
    25592560    return 0;
    25602561}
Note: See TracChangeset for help on using the changeset viewer.