Changeset 62467 in webkit


Ignore:
Timestamp:
Jul 4, 2010 10:44:55 AM (14 years ago)
Author:
jschuh@chromium.org
Message:

2010-07-04 Justin Schuh <jschuh@chromium.org>

Reviewed by Darin Adler.

Remove custom src bindings for HTMLFrameElement and HTMLIFrameElement
https://bugs.webkit.org/show_bug.cgi?id=41578

Remove bindings obsoleted by: http://trac.webkit.org/changeset/59866
No new tests because behavior is not changed.

  • Android.jscbindings.mk:
  • Android.v8bindings.mk:
  • CMakeLists.txt:
  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/JSBindingsAllInOne.cpp:
  • bindings/js/JSHTMLFrameElementCustom.cpp:
  • bindings/js/JSHTMLIFrameElementCustom.cpp: Removed.
  • bindings/v8/custom/V8HTMLFrameElementCustom.cpp:
  • bindings/v8/custom/V8HTMLIFrameElementCustom.cpp: Removed.
  • html/HTMLFrameElement.idl:
  • html/HTMLIFrameElement.idl:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r62466 r62467  
    15871587
    158815882010-07-01  Patrick Gansterer  <paroga@paroga.com>
     1589
     1590        Reviewed by Nikolas Zimmermann.
     1591
     1592        Buildfix for !ENABLE(SVG_FOREIGN_OBJECT) after r62196.
     1593        https://bugs.webkit.org/show_bug.cgi?id=40984
     1594
     1595        * rendering/SVGRenderSupport.cpp:
     1596        (WebCore::SVGRenderSupport::finishRenderSVGContent):
     1597
     15982010-07-04  Patrick Gansterer  <paroga@paroga.com>
    15891599
    15901600        Reviewed by Dirk Schulze.
  • trunk/WebCore/rendering/SVGRenderSupport.cpp

    r62252 r62467  
    144144{
    145145#if !ENABLE(FILTERS)
    146     UNUSED_PARAM(filter);
    147146    UNUSED_PARAM(savedContext);
    148147#endif
Note: See TracChangeset for help on using the changeset viewer.