Changeset 89981 in webkit


Ignore:
Timestamp:
Jun 28, 2011 5:58:45 PM (13 years ago)
Author:
Dimitri Glazkov
Message:

2011-06-28 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Adam Barth.

Remove errant isShadowBoundary on ShadowRoot.
https://bugs.webkit.org/show_bug.cgi?id=63588

Removing dead code, no tests for that.

  • dom/ShadowRoot.h: Removed a function that's no longer used.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r89980 r89981  
     12011-06-28  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Remove errant isShadowBoundary on ShadowRoot.
     6        https://bugs.webkit.org/show_bug.cgi?id=63588
     7
     8        Removing dead code, no tests for that.
     9
     10        * dom/ShadowRoot.h: Removed a function that's no longer used.
     11
    1122011-06-28  Zeng Huiqing  <huiqing.zeng@intel.com>
    213
  • trunk/Source/WebCore/dom/ShadowRoot.h

    r89649 r89981  
    3939    static PassRefPtr<ShadowRoot> create(Document*);
    4040
    41     virtual bool isShadowBoundary() const { return true; }
    4241    virtual void recalcStyle(StyleChange = NoChange);
    4342
Note: See TracChangeset for help on using the changeset viewer.