Changeset 49319 in webkit


Ignore:
Timestamp:
Oct 8, 2009 2:19:09 PM (15 years ago)
Author:
atwilson@chromium.org
Message:

SVGURIReference Build problem for V8. An additional stale reference to SVGURIReference bindings
which wasn't exposed until a clean build.
https://bugs.webkit.org/show_bug.cgi?id=30217

Patch by John Gregg <johnnyg@google.com> on 2009-10-08
Reviewed by Dimitri Glazkov.

No new tests, just a build fix.

  • bindings/v8/V8Index.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r49317 r49319  
     12009-10-08  John Gregg  <johnnyg@google.com>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        SVGURIReference Build problem for V8.  An additional stale reference to SVGURIReference bindings
     6        which wasn't exposed until a clean build.
     7        https://bugs.webkit.org/show_bug.cgi?id=30217
     8
     9        No new tests, just a build fix.
     10
     11        * bindings/v8/V8Index.cpp:
     12
    1132009-10-08  Nikolas Zimmermann  <nzimmermann@rim.com>
    214
  • trunk/WebCore/bindings/v8/V8Index.cpp

    r49125 r49319  
    368368#include "V8SVGTransformList.h"
    369369#include "V8SVGUnitTypes.h"
    370 #include "V8SVGURIReference.h"
    371370#include "V8SVGZoomEvent.h"
    372371#endif
Note: See TracChangeset for help on using the changeset viewer.