Ignore:
Timestamp:
Apr 20, 2017, 11:04:20 PM (8 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r215597.
https://bugs.webkit.org/show_bug.cgi?id=171102

Made all tests crash under GuardMalloc (Requested by ap on
#webkit).

Reverted changeset:

"Expose obscured insets to web content (as "safe area
insets")"
https://bugs.webkit.org/show_bug.cgi?id=171013
http://trac.webkit.org/changeset/215597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/dom/Document.cpp

    r215597 r215605  
    4444#include "CommonVM.h"
    4545#include "CompositionEvent.h"
    46 #include "ConstantPropertyMap.h"
    4746#include "ContentSecurityPolicy.h"
    4847#include "CookieJar.h"
     
    454453    , m_moduleLoader(std::make_unique<ScriptModuleLoader>(*this))
    455454    , m_xmlVersion(ASCIILiteral("1.0"))
    456     , m_constantPropertyMap(std::make_unique<ConstantPropertyMap>(*this))
    457455    , m_documentClasses(documentClasses)
    458456    , m_eventQueue(*this)
     
    20532051void Document::fontsNeedUpdate(FontSelector&)
    20542052{
    2055     invalidateMatchedPropertiesCacheAndForceStyleRecalc();
    2056 }
    2057 
    2058 void Document::invalidateMatchedPropertiesCacheAndForceStyleRecalc()
    2059 {
    20602053    if (auto* resolver = styleScope().resolverIfExists())
    20612054        resolver->invalidateMatchedPropertiesCache();
Note: See TracChangeset for help on using the changeset viewer.