Skip to content
  • commit-queue@webkit.org's avatar
    Stop calling Element::ensureShadowRoot in Internals. · eb51612e
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=77612
    
    Patch by Shinya Kawanaka <shinyak@google.com> on 2012-02-03
    Reviewed by Hajime Morita.
    
    .:
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore:
    
    We want to check a shadow root is built-in or created by users to support multiple shadow subtrees.
    But Element::ensureShadowRoot() makes it difficult, because it doesn't care about the returning shadow element
    is built-in or user generated, so let's remove Element::ensureShadowRoot().
    
    As a first step, this patch removes ensureShadowRoot() in Internals.
    
    No new tests, because no changes in behavior.
    
    * WebCore.exp.in:
    * testing/Internals.cpp:
    (WebCore::Internals::ensureShadowRoot):
    
    Source/WebKit2:
    
    Exports symbols.
    
    * win/WebKit2.def:
    * win/WebKit2CFLite.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106635 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    eb51612e