<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[176651] branches/safari-600.3-branch/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/176651">176651</a></dd>
<dt>Author</dt> <dd>dburkart@apple.com</dd>
<dt>Date</dt> <dd>2014-12-02 07:43:48 -0800 (Tue, 02 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merged <a href="http://trac.webkit.org/projects/webkit/changeset/176499">r176499</a>. rdar://problem/19103641</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branchessafari6003branchSourceWebCoreCMakeListstxt">branches/safari-600.3-branch/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreChangeLog">branches/safari-600.3-branch/Source/WebCore/ChangeLog</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreWebCoreexpin">branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreWebCorevcxprojWebCorevcxproj">branches/safari-600.3-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreWebCorexcodeprojprojectpbxproj">branches/safari-600.3-branch/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#branchessafari6003branchSourceWebCorehtmlHTMLMediaElementcpp">branches/safari-600.3-branch/Source/WebCore/html/HTMLMediaElement.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreinspectorInspectorOverlaycpp">branches/safari-600.3-branch/Source/WebCore/inspector/InspectorOverlay.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreloaderEmptyClientscpp">branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreloaderEmptyClientsh">branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.h</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreloaderFrameLoadercpp">branches/safari-600.3-branch/Source/WebCore/loader/FrameLoader.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCoreloaderSubframeLoadercpp">branches/safari-600.3-branch/Source/WebCore/loader/SubframeLoader.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepageChromeClienth">branches/safari-600.3-branch/Source/WebCore/page/ChromeClient.h</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepageMainFramecpp">branches/safari-600.3-branch/Source/WebCore/page/MainFrame.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepageMainFrameh">branches/safari-600.3-branch/Source/WebCore/page/MainFrame.h</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepagePagecpp">branches/safari-600.3-branch/Source/WebCore/page/Page.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepagePageh">branches/safari-600.3-branch/Source/WebCore/page/Page.h</a></li>
<li><a href="#branchessafari6003branchSourceWebCoresvggraphicsSVGImagecpp">branches/safari-600.3-branch/Source/WebCore/svg/graphics/SVGImage.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebKitmacChangeLog">branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#branchessafari6003branchSourceWebKitmacWebViewWebViewmm">branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebView.mm</a></li>
<li><a href="#branchessafari6003branchSourceWebKitwinChangeLog">branches/safari-600.3-branch/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#branchessafari6003branchSourceWebKitwinWebViewcpp">branches/safari-600.3-branch/Source/WebKit/win/WebView.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2CMakeListstxt">branches/safari-600.3-branch/Source/WebKit2/CMakeLists.txt</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2ChangeLog">branches/safari-600.3-branch/Source/WebKit2/ChangeLog</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebKit2xcodeprojprojectpbxproj">branches/safari-600.3-branch/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageDiagnosticLoggingClienth">branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClientcpp">branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClienth">branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebChromeClientcpp">branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebChromeClienth">branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessWebPageWebPagecpp">branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#branchessafari6003branchSourceWebCoreWebCoreexpinorig">branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in.orig</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepageDiagnosticLoggingClienth">branches/safari-600.3-branch/Source/WebCore/page/DiagnosticLoggingClient.h</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepagePageConfigurationcpp">branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebCorepagePageConfigurationh">branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.h</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebDiagnosticLoggingClientcpp">branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp</a></li>
<li><a href="#branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebDiagnosticLoggingClienth">branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branchessafari6003branchSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/CMakeLists.txt (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/CMakeLists.txt        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/CMakeLists.txt        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1915,6 +1915,7 @@
</span><span class="cx">     page/Page.cpp
</span><span class="cx">     page/PageActivityAssertionToken.cpp
</span><span class="cx">     page/PageConsole.cpp
</span><ins>+    page/PageConfiguration.cpp
</ins><span class="cx">     page/PageGroup.cpp
</span><span class="cx">     page/PageGroupLoadDeferrer.cpp
</span><span class="cx">     page/PageOverlay.cpp
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/ChangeLog (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/ChangeLog        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/ChangeLog        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1,3 +1,62 @@
</span><ins>+2014-11-21  Jer Noble  &lt;jer.noble@apple.com&gt;
+
+        Support multiple signatures of diagnostic logging.
+        https://bugs.webkit.org/show_bug.cgi?id=138690
+
+        Reviewed by Anders Carlsson.
+
+        Pull logDiagnosticMessage() out of ChromeClient and make a new client interface,
+        DiagnosticLoggingClient, which supports multiple kinds of diagnostic logging,
+        namely: simple logging without a parameter, logging with a success parameter, and
+        logging with a generic string value parameter.
+
+        * html/HTMLMediaElement.cpp:
+        (WebCore::HTMLMediaElement::parseAttribute): Use DiagnosticLoggingClient.
+        * loader/FrameLoader.cpp:
+        (WebCore::FrameLoader::checkLoadCompleteForThisFrame): Ditto.
+        * loader/SubframeLoader.cpp:
+        (WebCore::logPluginRequest): Ditto.
+        * page/ChromeClient.h:
+        (WebCore::ChromeClient::logDiagnosticMessage): Deleted.
+        * page/DiagnosticLoggingClient.h: 
+        (WebCore::DiagnosticLoggingClient::logDiagnosticMessage): Added.
+        (WebCore::DiagnosticLoggingClient::logDiagnosticMessageWithResult): Added.
+        (WebCore::DiagnosticLoggingClient::logDiagnosticMessageWithValue): Added.
+        (WebCore::DiagnosticLoggingClient::~DiagnosticLoggingClient): Empty destructor.
+
+        Rename Page::PageClient to PageConfiguration, and pass that configuration from
+        Page into MainFrame upon construction.
+
+        * inspector/InspectorOverlay.cpp:
+        (WebCore::InspectorOverlay::overlayPage): Use PageConfiguration instead of PageClients.
+        * loader/EmptyClients.cpp:
+        (WebCore::fillWithEmptyClients): Ditto.
+        * loader/EmptyClients.h:
+        * page/MainFrame.cpp:
+        (WebCore::MainFrame::MainFrame): Pass loaderClientForMainFrame through to the
+            Frame constructor.
+        (WebCore::MainFrame::create): Takes a PageConfiguration.
+        * page/MainFrame.h:
+        (WebCore::MainFrame::diagnosticLoggingClient): Simple accessor.
+        * page/Page.cpp:
+        (WebCore::Page::Page):
+        (WebCore::Page::PageClients::PageClients): Deleted.
+        (WebCore::Page::PageClients::~PageClients): Deleted.
+        * page/Page.h:
+        * page/PageConfiguration.cpp: Added.
+        (WebCore::PageConfiguration::PageConfiguration): Renamed from PageClients().
+        (WebCore::PageConfiguration::~PageConfiguration): Renamed from ~PageClients().
+        * page/PageConfiguration.h: Added.
+        * svg/graphics/SVGImage.cpp:
+        (WebCore::SVGImage::dataChanged): Use PageConfiguration instead of PageClients.
+
+        Add new files and symbols to the project.
+
+        * CMakeLists.txt:
+        * WebCore.exp.in:
+        * WebCore.vcxproj/WebCore.vcxproj:
+        * WebCore.xcodeproj/project.pbxproj:
+
</ins><span class="cx"> 2014-12-02  Dana Burkart  &lt;dburkart@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Merge r176477. &lt;rdar://problem/19056715&gt;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreWebCoreexpin"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1123,8 +1123,6 @@
</span><span class="cx"> __ZN7WebCore4Node19setNeedsStyleRecalcENS_15StyleChangeTypeE
</span><span class="cx"> __ZN7WebCore4Node6removeERi
</span><span class="cx"> __ZN7WebCore4Page10findStringERKN3WTF6StringEh
</span><del>-__ZN7WebCore4Page11PageClientsC1Ev
-__ZN7WebCore4Page11PageClientsD1Ev
</del><span class="cx"> __ZN7WebCore4Page12setGroupNameERKN3WTF6StringE
</span><span class="cx"> __ZN7WebCore4Page12setIsVisibleEb
</span><span class="cx"> __ZN7WebCore4Page12setSessionIDENS_9SessionIDE
</span><span class="lines">@@ -1170,7 +1168,7 @@
</span><span class="cx"> __ZN7WebCore4Page37setInLowQualityImageInterpolationModeEb
</span><span class="cx"> __ZN7WebCore4Page8goToItemEPNS_11HistoryItemENS_13FrameLoadTypeE
</span><span class="cx"> __ZN7WebCore4Page9initGroupEv
</span><del>-__ZN7WebCore4PageC1ERNS0_11PageClientsE
</del><ins>+__ZN7WebCore4PageC1ERNS_17PageConfigurationE
</ins><span class="cx"> __ZN7WebCore4PageD1Ev
</span><span class="cx"> __ZN7WebCore4Path14addRoundedRectERKNS_9FloatRectERKNS_9FloatSizeENS0_19RoundedRectStrategyE
</span><span class="cx"> __ZN7WebCore4PathC1Ev
</span><span class="lines">@@ -2286,6 +2284,8 @@
</span><span class="cx"> __ZN7WebCore16colorFromNSColorEP7NSColor
</span><span class="cx"> __ZN7WebCore16deleteAllCookiesERKNS_21NetworkStorageSessionE
</span><span class="cx"> __ZN7WebCore16enclosingIntRectERK7_NSRect
</span><ins>+__ZN7WebCore17PageConfigurationC1Ev
+__ZN7WebCore17PageConfigurationD1Ev
</ins><span class="cx"> __ZN7WebCore17ScrollbarThemeMac23setUpOverhangAreaShadowEP7CALayer
</span><span class="cx"> __ZN7WebCore17ScrollbarThemeMac24removeOverhangAreaShadowEP7CALayer
</span><span class="cx"> __ZN7WebCore17ScrollbarThemeMac27setUpOverhangAreaBackgroundEP7CALayerRKNS_5ColorE
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreWebCoreexpinorigfromrev176650branchessafari6003branchSourceWebCoreWebCoreexpin"></a>
<div class="copfile"><h4>Copied: branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in.orig (from rev 176650, branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in) (0 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in.orig                                (rev 0)
+++ branches/safari-600.3-branch/Source/WebCore/WebCore.exp.in.orig        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -0,0 +1,3520 @@
</span><ins>+.objc_class_name_DOMAbstractView
+.objc_class_name_DOMCSSStyleDeclaration
+.objc_class_name_DOMCSSSupportsRule
+.objc_class_name_DOMCharacterData
+.objc_class_name_DOMDocument
+.objc_class_name_DOMDocumentFragment
+.objc_class_name_DOMElement
+.objc_class_name_DOMEvent
+.objc_class_name_DOMHTMLAnchorElement
+.objc_class_name_DOMHTMLAppletElement
+.objc_class_name_DOMHTMLAreaElement
+.objc_class_name_DOMHTMLBodyElement
+.objc_class_name_DOMHTMLButtonElement
+.objc_class_name_DOMHTMLDocument
+.objc_class_name_DOMHTMLElement
+.objc_class_name_DOMHTMLEmbedElement
+.objc_class_name_DOMHTMLFormElement
+.objc_class_name_DOMHTMLFrameElement
+.objc_class_name_DOMHTMLFrameSetElement
+.objc_class_name_DOMHTMLIFrameElement
+.objc_class_name_DOMHTMLImageElement
+.objc_class_name_DOMHTMLInputElement
+.objc_class_name_DOMHTMLObjectElement
+.objc_class_name_DOMHTMLOptGroupElement
+.objc_class_name_DOMHTMLOptionElement
+.objc_class_name_DOMHTMLSelectElement
+.objc_class_name_DOMHTMLStyleElement
+.objc_class_name_DOMHTMLTableCellElement
+.objc_class_name_DOMHTMLTextAreaElement
+.objc_class_name_DOMKeyboardEvent
+.objc_class_name_DOMMouseEvent
+.objc_class_name_DOMMutationEvent
+.objc_class_name_DOMNode
+.objc_class_name_DOMRange
+.objc_class_name_DOMText
+.objc_class_name_DOMTextEvent
+.objc_class_name_DOMUIEvent
+.objc_class_name_DOMWheelEvent
+.objc_class_name_WebActionDisablingCALayerDelegate
+.objc_class_name_WebScriptObject
+.objc_class_name_WebScriptObjectPrivate
+.objc_class_name_WebUndefined
+_DOMEventException
+_DOMException
+_DOMRangeException
+_DOMXPathException
+_WebCoreObjCFinalizeOnMainThread
+_WebCoreObjCScheduleDeallocateOnMainThread
+__Z26ReportBlockedObjCExceptionP11NSException
+__Z3kitPN7WebCore11HTMLElementE
+__Z3kitPN7WebCore15HTMLFormElementE
+__Z3kitPN7WebCore16DocumentFragmentE
+__Z3kitPN7WebCore16HTMLInputElementE
+__Z3kitPN7WebCore19CSSStyleDeclarationE
+__Z3kitPN7WebCore19HTMLTextAreaElementE
+__Z3kitPN7WebCore4NodeE
+__Z3kitPN7WebCore5RangeE
+__Z3kitPN7WebCore7ElementE
+__Z3kitPN7WebCore8DocumentE
+__Z4coreP10DOMElement
+__Z4coreP11DOMDocument
+__Z4coreP13DOMWheelEvent
+__Z4coreP19DOMDocumentFragment
+__Z4coreP22DOMCSSStyleDeclaration
+__Z4coreP7DOMNode
+__Z4coreP8DOMRange
+__ZN3JSC8Bindings8Instance16newRuntimeObjectEPNS_9ExecStateE
+__ZN3WTF10StringImplcvP8NSStringEv
+__ZN3WTF12AtomicString3addEPK10__CFString
+__ZN3WTF6StringC1EP8NSString
+__ZN3WTF6StringC1EPK10__CFString
+__ZN7WebCore10ClientRectC1ERKNS_7IntRectE
+__ZN7WebCore10ClientRectC1ERKNS_9FloatRectE
+__ZN7WebCore10ClientRectC1Ev
+__ZN7WebCore10Credential28encodingRequiresPlatformDataEP15NSURLCredential
+__ZN7WebCore10CredentialC1EP15NSURLCredential
+__ZN7WebCore10FloatPointC1ERK7CGPoint
+__ZN7WebCore10FloatPointC1ERKNS_8IntPointE
+__ZN7WebCore10FontGlyphs15releaseFontDataEv
+__ZN7WebCore10JSDocument6s_infoE
+__ZN7WebCore10JSDocument9toWrappedEN3JSC7JSValueE
+__ZN7WebCore10LayoutRect5scaleEf
+__ZN7WebCore10LayoutRect5uniteERKS0_
+__ZN7WebCore10LayoutRectC1ERKNS_9FloatRectE
+__ZN7WebCore10MouseEvent6createERKN3WTF12AtomicStringENS1_10PassRefPtrINS_9DOMWindowEEERKNS_18PlatformMouseEventEiNS5_INS_4NodeEEE
+__ZN7WebCore10Pasteboard14writePlainTextERKN3WTF6StringENS0_18SmartReplaceOptionE
+__ZN7WebCore10Pasteboard21createForCopyAndPasteEv
+__ZN7WebCore10RenderView10compositorEv
+__ZN7WebCore10RenderView7hitTestERKNS_14HitTestRequestERNS_13HitTestResultE
+__ZN7WebCore10ScrollView16setParentVisibleEb
+__ZN7WebCore10ScrollView17setUseFixedLayoutEb
+__ZN7WebCore10ScrollView18setFixedLayoutSizeERKNS_7IntSizeE
+__ZN7WebCore10ScrollView20setCanHaveScrollbarsEb
+__ZN7WebCore10ScrollView21setDelegatesScrollingEb
+__ZN7WebCore10ScrollView23setPaintsEntireContentsEb
+__ZN7WebCore10ScrollView23setScrollbarsSuppressedEbb
+__ZN7WebCore10ScrollView24windowResizerRectChangedEv
+__ZN7WebCore10ScrollView4hideEv
+__ZN7WebCore10ScrollView4showEv
+__ZN7WebCore10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE
+__ZN7WebCore10ScrollView8addChildEN3WTF10PassRefPtrINS_6WidgetEEE
+__ZN7WebCore10StorageMap10removeItemERKN3WTF6StringERS2_
+__ZN7WebCore10StorageMap11importItemsERKN3WTF7HashMapINS1_6StringES3_NS1_10StringHashENS1_10HashTraitsIS3_EES6_EE
+__ZN7WebCore10StorageMap20setItemIgnoringQuotaERKN3WTF6StringES4_
+__ZN7WebCore10StorageMap3keyEj
+__ZN7WebCore10StorageMap6createEj
+__ZN7WebCore10StorageMap7setItemERKN3WTF6StringES4_RS2_Rb
+__ZN7WebCore10TextStream7releaseEv
+__ZN7WebCore10TextStreamlsEPKc
+__ZN7WebCore10TextStreamlsEPKv
+__ZN7WebCore10TextStreamlsERKN3WTF6StringE
+__ZN7WebCore10TextStreamlsERKNS_10FloatPointE
+__ZN7WebCore10TextStreamlsERKNS_7IntRectE
+__ZN7WebCore10TextStreamlsERKNS_8IntPointE
+__ZN7WebCore10TextStreamlsERKNS_9FloatSizeE
+__ZN7WebCore10TextStreamlsEb
+__ZN7WebCore10TextStreamlsEd
+__ZN7WebCore10TextStreamlsEf
+__ZN7WebCore10TextStreamlsEi
+__ZN7WebCore10TextStreamlsEj
+__ZN7WebCore10TextStreamlsEy
+__ZN7WebCore10TimeRanges13intersectWithERKS0_
+__ZN7WebCore10TimeRanges6createEdd
+__ZN7WebCore10TimeRanges6createEv
+__ZN7WebCore10TimeRangesC1Edd
+__ZN7WebCore10deleteFileERKN3WTF6StringE
+__ZN7WebCore10fileExistsERKN3WTF6StringE
+__ZN7WebCore10protocolIsERKN3WTF6StringEPKc
+__ZN7WebCore10setCookiesEPNS_8DocumentERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore11BitmapImage13getCGImageRefEv
+__ZN7WebCore11BitmapImageC1EP7CGImagePNS_13ImageObserverE
+__ZN7WebCore11BitmapImageC1EPNS_13ImageObserverE
+__ZN7WebCore11CachedFrame23cachedFramePlatformDataEv
+__ZN7WebCore11CachedFrame26setCachedFramePlatformDataENSt3__110unique_ptrINS_23CachedFramePlatformDataENS1_14default_deleteIS3_EEEE
+__ZN7WebCore11CachedImage16imageForRendererEPKNS_12RenderObjectE
+__ZN7WebCore11FileChooser10chooseFileERKN3WTF6StringE
+__ZN7WebCore11FileChooser11chooseFilesERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore11FileChooserD1Ev
+__ZN7WebCore11FrameLoader11loadArchiveEN3WTF10PassRefPtrINS_7ArchiveEEE
+__ZN7WebCore11FrameLoader11shouldCloseEv
+__ZN7WebCore11FrameLoader11urlSelectedERKNS_3URLERKN3WTF6StringENS4_10PassRefPtrINS_5EventEEENS_11LockHistoryENS_19LockBackForwardListENS_18ShouldSendReferrerE
+__ZN7WebCore11FrameLoader14detachChildrenEv
+__ZN7WebCore11FrameLoader14stopAllLoadersENS_26ClearProvisionalItemPolicyE
+__ZN7WebCore11FrameLoader16detachFromParentEv
+__ZN7WebCore11FrameLoader16loadFrameRequestERKNS_16FrameLoadRequestENS_11LockHistoryENS_19LockBackForwardListEN3WTF10PassRefPtrINS_5EventEEENS7_INS_9FormStateEEENS_18ShouldSendReferrerENS_27AllowNavigationToInvalidURLE
+__ZN7WebCore11FrameLoader17stopForUserCancelEb
+__ZN7WebCore11FrameLoader21loadURLIntoChildFrameERKNS_3URLERKN3WTF6StringEPNS_5FrameE
+__ZN7WebCore11FrameLoader22findFrameForNavigationERKN3WTF12AtomicStringEPNS_8DocumentE
+__ZN7WebCore11FrameLoader26reloadWithOverrideEncodingERKN3WTF6StringE
+__ZN7WebCore11FrameLoader32setOriginalURLForDownloadRequestERNS_15ResourceRequestE
+__ZN7WebCore11FrameLoader4initEv
+__ZN7WebCore11FrameLoader4loadERKNS_16FrameLoadRequestE
+__ZN7WebCore11FrameLoader6reloadEb
+__ZN7WebCore11FrameLoader9setOpenerEPNS_5FrameE
+__ZN7WebCore11HistoryItem10targetItemEv
+__ZN7WebCore11HistoryItem11setFormDataEN3WTF10PassRefPtrINS_8FormDataEEE
+__ZN7WebCore11HistoryItem11setReferrerERKN3WTF6StringE
+__ZN7WebCore11HistoryItem12addChildItemEN3WTF10PassRefPtrIS0_EE
+__ZN7WebCore11HistoryItem12setURLStringERKN3WTF6StringE
+__ZN7WebCore11HistoryItem12setViewStateEP11objc_object
+__ZN7WebCore11HistoryItem14addRedirectURLERKN3WTF6StringE
+__ZN7WebCore11HistoryItem14setScrollPointERKNS_8IntPointE
+__ZN7WebCore11HistoryItem14setStateObjectEN3WTF10PassRefPtrINS_21SerializedScriptValueEEE
+__ZN7WebCore11HistoryItem15setIsTargetItemEb
+__ZN7WebCore11HistoryItem15setRedirectURLsENSt3__110unique_ptrIN3WTF6VectorINS3_6StringELj0ENS3_15CrashOnOverflowEEENS1_14default_deleteIS7_EEEE
+__ZN7WebCore11HistoryItem16setDocumentStateERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore11HistoryItem17setAlternateTitleERKN3WTF6StringE
+__ZN7WebCore11HistoryItem18setFormContentTypeERKN3WTF6StringE
+__ZN7WebCore11HistoryItem18setPageScaleFactorEf
+__ZN7WebCore11HistoryItem20setOriginalURLStringERKN3WTF6StringE
+__ZN7WebCore11HistoryItem20setTransientPropertyERKN3WTF6StringEP11objc_object
+__ZN7WebCore11HistoryItem8formDataEv
+__ZN7WebCore11HistoryItem8setTitleERKN3WTF6StringE
+__ZN7WebCore11HistoryItem9setTargetERKN3WTF6StringE
+__ZN7WebCore11HistoryItemC1ERKN3WTF6StringES4_
+__ZN7WebCore11HistoryItemC1ERKN3WTF6StringES4_S4_
+__ZN7WebCore11HistoryItemC1ERKNS_3URLERKN3WTF6StringES7_S7_
+__ZN7WebCore11HistoryItemC1Ev
+__ZN7WebCore11HistoryItemD1Ev
+__ZN7WebCore11ImageBufferD1Ev
+__ZN7WebCore11JSDOMWindow6s_infoE
+__ZN7WebCore11MemoryCache11setDisabledEb
+__ZN7WebCore11MemoryCache13getStatisticsEv
+__ZN7WebCore11MemoryCache13setCapacitiesEjjj
+__ZN7WebCore11MemoryCache14evictResourcesEv
+__ZN7WebCore11MemoryCache14resourceForURLERKNS_3URLE
+__ZN7WebCore11MemoryCache14resourceForURLERKNS_3URLENS_9SessionIDE
+__ZN7WebCore11MemoryCache15addImageToCacheEP7CGImageRKNS_3URLERKN3WTF6StringE
+__ZN7WebCore11MemoryCache18resourceForRequestERKNS_15ResourceRequestENS_9SessionIDE
+__ZN7WebCore11MemoryCache19getOriginsWithCacheERN3WTF7HashSetINS1_6RefPtrINS_14SecurityOriginEEENS_18SecurityOriginHashENS1_10HashTraitsIS5_EEEE
+__ZN7WebCore11MemoryCache20removeImageFromCacheERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore11MemoryCache25removeResourcesWithOriginEPNS_14SecurityOriginE
+__ZN7WebCore11PageOverlay15setNeedsDisplayERKNS_7IntRectE
+__ZN7WebCore11PageOverlay15setNeedsDisplayEv
+__ZN7WebCore11PageOverlay20stopFadeOutAnimationEv
+__ZN7WebCore11PageOverlay5clearEv
+__ZN7WebCore11PageOverlay5layerEv
+__ZN7WebCore11PageOverlay6createERNS0_6ClientENS0_11OverlayTypeE
+__ZN7WebCore11PageOverlay8setFrameENS_7IntRectE
+__ZN7WebCore11SQLResultOkE
+__ZN7WebCore11URLWithDataEP6NSDataP5NSURL
+__ZN7WebCore11getURLBytesEPK7__CFURLRN3WTF6VectorIcLj512ENS3_15CrashOnOverflowEEE
+__ZN7WebCore11getURLBytesEPK7__CFURLRN3WTF7CStringE
+__ZN7WebCore11iBeamCursorEv
+__ZN7WebCore11memoryCacheEv
+__ZN7WebCore11startOfLineERKNS_15VisiblePositionE
+__ZN7WebCore11startOfWordERKNS_15VisiblePositionENS_9EWordSideE
+__ZN7WebCore11writeToFileEiPKci
+__ZN7WebCore12BlobDataItem11toEndOfFileE
+__ZN7WebCore12BlobRegistryD2Ev
+__ZN7WebCore12DOMWindowCSS6createEv
+__ZN7WebCore12DataTransferD1Ev
+__ZN7WebCore12EditingStyleD1Ev
+__ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventE
+__ZN7WebCore12EventHandler14scrollOverflowENS_15ScrollDirectionENS_17ScrollGranularityEPNS_4NodeE
+__ZN7WebCore12EventHandler15handleAccessKeyERKNS_21PlatformKeyboardEventE
+__ZN7WebCore12EventHandler16handleWheelEventERKNS_18PlatformWheelEventE
+__ZN7WebCore12EventHandler17scrollRecursivelyENS_15ScrollDirectionENS_17ScrollGranularityEPNS_4NodeE
+__ZN7WebCore12EventHandler20hitTestResultAtPointERKNS_11LayoutPointEjRKNS_10LayoutSizeE
+__ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE
+__ZN7WebCore12EventHandler23handleMouseReleaseEventERKNS_18PlatformMouseEventE
+__ZN7WebCore12EventHandler24logicalScrollRecursivelyENS_22ScrollLogicalDirectionENS_17ScrollGranularityEPNS_4NodeE
+__ZN7WebCore12EventHandler30setCapturingMouseEventsElementEN3WTF10PassRefPtrINS_7ElementEEE
+__ZN7WebCore12EventHandler31passMouseMovedEventToScrollbarsERKNS_18PlatformMouseEventE
+__ZN7WebCore12EventHandler8keyEventERKNS_21PlatformKeyboardEventE
+__ZN7WebCore12GCController17garbageCollectNowEv
+__ZN7WebCore12GCController18garbageCollectSoonEv
+__ZN7WebCore12GCController41setJavaScriptGarbageCollectorTimerEnabledEb
+__ZN7WebCore12GCController43garbageCollectOnAlternateThreadForDebuggingEb
+__ZN7WebCore12PrintContext12pagePropertyEPNS_5FrameEPKci
+__ZN7WebCore12PrintContext13numberOfPagesEPNS_5FrameERKNS_9FloatSizeE
+__ZN7WebCore12PrintContext16computePageRectsERKNS_9FloatRectEfffRfb
+__ZN7WebCore12PrintContext16isPageBoxVisibleEPNS_5FrameEi
+__ZN7WebCore12PrintContext20pageNumberForElementEPNS_7ElementERKNS_9FloatSizeE
+__ZN7WebCore12PrintContext26pageSizeAndMarginsInPixelsEPNS_5FrameEiiiiiii
+__ZN7WebCore12PrintContext27computeAutomaticScaleFactorERKNS_9FloatSizeE
+__ZN7WebCore12PrintContext27spoolAllPagesWithBoundariesEPNS_5FrameERNS_15GraphicsContextERKNS_9FloatSizeE
+__ZN7WebCore12PrintContext28computePageRectsWithPageSizeERKNS_9FloatSizeEb
+__ZN7WebCore12PrintContext3endEv
+__ZN7WebCore12PrintContext5beginEff
+__ZN7WebCore12PrintContext9spoolPageERNS_15GraphicsContextEif
+__ZN7WebCore12PrintContext9spoolRectERNS_15GraphicsContextERKNS_7IntRectE
+__ZN7WebCore12PrintContextC1EPNS_5FrameE
+__ZN7WebCore12PrintContextD1Ev
+__ZN7WebCore12QuickLookMac42computeNeedsQuickLookResourceCachingQuirksEv
+__ZN7WebCore12RenderObject16paintingRootRectERNS_10LayoutRectE
+__ZN7WebCore12RenderObject19scrollRectToVisibleERKNS_10LayoutRectERKNS_15ScrollAlignmentES6_
+__ZN7WebCore12RenderWidget9setWidgetEN3WTF10PassRefPtrINS_6WidgetEEE
+__ZN7WebCore12SQLResultRowE
+__ZN7WebCore12SharedBuffer10wrapCFDataEPK8__CFData
+__ZN7WebCore12SharedBuffer10wrapNSDataEP6NSData
+__ZN7WebCore12SharedBuffer11adoptVectorERN3WTF6VectorIcLj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore12SharedBuffer12createCFDataEv
+__ZN7WebCore12SharedBuffer12createNSDataEv
+__ZN7WebCore12SharedBuffer14existingCFDataEv
+__ZN7WebCore12SharedBuffer24createWithContentsOfFileERKN3WTF6StringE
+__ZN7WebCore12SharedBuffer6appendEPKcj
+__ZN7WebCore12SharedBuffer6appendEPS0_
+__ZN7WebCore12SharedBufferC1EPKcj
+__ZN7WebCore12SharedBufferC1EPKhj
+__ZN7WebCore12SharedBufferC1Ev
+__ZN7WebCore12SharedBufferD1Ev
+__ZN7WebCore12TextEncodingC1ERKN3WTF6StringE
+__ZN7WebCore12TextIterator11rangeLengthEPKNS_5RangeEb
+__ZN7WebCore12TextIterator26rangeFromLocationAndLengthEPNS_13ContainerNodeEiib
+__ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_4NodeEPKNS_5RangeERmS6_
+__ZN7WebCore12TextIterator7advanceEv
+__ZN7WebCore12TextIterator8subrangeEPNS_5RangeEii
+__ZN7WebCore12TextIteratorC1EPKNS_5RangeEt
+__ZN7WebCore12TextIteratorD1Ev
+__ZN7WebCore12UTF8EncodingEv
+__ZN7WebCore12UserActivity7startedEv
+__ZN7WebCore12UserActivityC1EPKc
+__ZN7WebCore12WorkerThread17workerThreadCountEv
+__ZN7WebCore12blobRegistryEv
+__ZN7WebCore12cacheStorageEv
+__ZN7WebCore12deleteCookieERKNS_21NetworkStorageSessionERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore12gcControllerEv
+__ZN7WebCore12iconDatabaseEv
+__ZN7WebCore13AXObjectCache10rootObjectEv
+__ZN7WebCore13AXObjectCache18rootObjectForFrameEPNS_5FrameE
+__ZN7WebCore13AXObjectCache19enableAccessibilityEv
+__ZN7WebCore13AXObjectCache20disableAccessibilityEv
+__ZN7WebCore13AXObjectCache21gAccessibilityEnabledE
+__ZN7WebCore13AXObjectCache23focusedUIElementForPageEPKNS_4PageE
+__ZN7WebCore13AXObjectCache37setEnhancedUserInterfaceAccessibilityEb
+__ZN7WebCore13AXObjectCache42gAccessibilityEnhancedUserInterfaceEnabledE
+__ZN7WebCore13CharacterData7setDataERKN3WTF6StringERi
+__ZN7WebCore13ContainerNode11appendChildEN3WTF10PassRefPtrINS_4NodeEEERi
+__ZN7WebCore13ContainerNode11removeChildEPNS_4NodeERi
+__ZN7WebCore13GraphicsLayer11setChildrenERKN3WTF6VectorIPS0_Lj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore13GraphicsLayer12replaceChildEPS0_S1_
+__ZN7WebCore13GraphicsLayer12setZPositionEf
+__ZN7WebCore13GraphicsLayer13addChildAboveEPS0_S1_
+__ZN7WebCore13GraphicsLayer13addChildBelowEPS0_S1_
+__ZN7WebCore13GraphicsLayer15addChildAtIndexEPS0_i
+__ZN7WebCore13GraphicsLayer15willBeDestroyedEv
+__ZN7WebCore13GraphicsLayer16removeFromParentEv
+__ZN7WebCore13GraphicsLayer16resumeAnimationsEv
+__ZN7WebCore13GraphicsLayer17distributeOpacityEf
+__ZN7WebCore13GraphicsLayer17removeAllChildrenEv
+__ZN7WebCore13GraphicsLayer17suspendAnimationsEd
+__ZN7WebCore13GraphicsLayer18setBackgroundColorERKNS_5ColorE
+__ZN7WebCore13GraphicsLayer20setReplicatedByLayerEPS0_
+__ZN7WebCore13GraphicsLayer54noteDeviceOrPageScaleFactorChangedIncludingDescendantsEv
+__ZN7WebCore13GraphicsLayer6createEPNS_20GraphicsLayerFactoryERNS_19GraphicsLayerClientE
+__ZN7WebCore13GraphicsLayer7setSizeERKNS_9FloatSizeE
+__ZN7WebCore13GraphicsLayer8addChildEPS0_
+__ZN7WebCore13GraphicsLayerC2ERNS_19GraphicsLayerClientE
+__ZN7WebCore13GraphicsLayerD2Ev
+__ZN7WebCore13HTTPHeaderMap3setERKN3WTF6StringES4_
+__ZN7WebCore13HTTPHeaderMap6removeENS_14HTTPHeaderNameE
+__ZN7WebCore13HTTPHeaderMapC1Ev
+__ZN7WebCore13HTTPHeaderMapD1Ev
+__ZN7WebCore13HitTestResult22setToNonShadowAncestorEv
+__ZN7WebCore13HitTestResultC1ERKNS_11LayoutPointE
+__ZN7WebCore13HitTestResultC1ERKNS_11LayoutPointEjjjj
+__ZN7WebCore13HitTestResultC1ERKNS_15HitTestLocationE
+__ZN7WebCore13HitTestResultC1ERKS0_
+__ZN7WebCore13HitTestResultC1Ev
+__ZN7WebCore13HitTestResultD1Ev
+__ZN7WebCore13HitTestResultaSERKS0_
+__ZN7WebCore13IdentifierRep3getEPKc
+__ZN7WebCore13IdentifierRep3getEi
+__ZN7WebCore13JSHTMLElement6s_infoE
+__ZN7WebCore13KeyboardEventC1ERKNS_21PlatformKeyboardEventEPNS_9DOMWindowE
+__ZN7WebCore13KeyboardEventC1Ev
+__ZN7WebCore13NodeTraversal13deepLastChildEPNS_4NodeE
+__ZN7WebCore13NodeTraversal19nextAncestorSiblingEPKNS_4NodeE
+__ZN7WebCore13NodeTraversal19nextAncestorSiblingEPKNS_4NodeES3_
+__ZN7WebCore13PageThrottler7startedEv
+__ZN7WebCore13ResourceErrorC1EP7NSError
+__ZN7WebCore13ResourceErrorC1EP9__CFError
+__ZN7WebCore13SQLResultDoneE
+__ZN7WebCore13SelectionRectC1ERKNS_7IntRectEbi
+__ZN7WebCore13StyledElement22setInlineStylePropertyENS_13CSSPropertyIDERKN3WTF6StringEb
+__ZN7WebCore13StyledElement22setInlineStylePropertyENS_13CSSPropertyIDEdNS_17CSSPrimitiveValue9UnitTypesEb
+__ZN7WebCore13TextIndicator6createERKNS_17TextIndicatorDataE
+__ZN7WebCore13TextIndicatorD1Ev
+__ZN7WebCore13cachedCGColorERKNS_5ColorENS_10ColorSpaceE
+__ZN7WebCore13cookiesForDOMERKNS_21NetworkStorageSessionERKNS_3URLES5_
+__ZN7WebCore13createWrapperEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_4NodeE
+__ZN7WebCore13createWrapperERNS_17JSDOMGlobalObjectERNS_8NodeListE
+__ZN7WebCore13directoryNameERKN3WTF6StringE
+__ZN7WebCore13listDirectoryERKN3WTF6StringES3_
+__ZN7WebCore13pointerCursorEv
+__ZN7WebCore13toJSDOMWindowEN3JSC7JSValueE
+__ZN7WebCore14CachedResource12removeClientEPNS_20CachedResourceClientE
+__ZN7WebCore14CachedResource16unregisterHandleEPNS_24CachedResourceHandleBaseE
+__ZN7WebCore14CachedResource21tryReplaceEncodedDataERNS_12SharedBufferE
+__ZN7WebCore14CachedResource9addClientEPNS_20CachedResourceClientE
+__ZN7WebCore14ClientRectListC1ERKN3WTF6VectorINS_9FloatQuadELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore14ClientRectListC1Ev
+__ZN7WebCore14ClientRectListD1Ev
+__ZN7WebCore14CredentialBaseC2ERKN3WTF6StringES4_NS_21CredentialPersistenceE
+__ZN7WebCore14CredentialBaseC2Ev
+__ZN7WebCore14DocumentLoader10commitDataEPKcm
+__ZN7WebCore14DocumentLoader12dataReceivedEPNS_14CachedResourceEPKci
+__ZN7WebCore14DocumentLoader13attachToFrameEv
+__ZN7WebCore14DocumentLoader14notifyFinishedEPNS_14CachedResourceE
+__ZN7WebCore14DocumentLoader15detachFromFrameEv
+__ZN7WebCore14DocumentLoader16redirectReceivedEPNS_14CachedResourceERNS_15ResourceRequestERKNS_16ResourceResponseE
+__ZN7WebCore14DocumentLoader16responseReceivedEPNS_14CachedResourceERKNS_16ResourceResponseE
+__ZN7WebCore14DocumentLoader18addArchiveResourceEN3WTF10PassRefPtrINS_15ArchiveResourceEEE
+__ZN7WebCore14DocumentLoader19scheduleArchiveLoadEPNS_14ResourceLoaderERKNS_15ResourceRequestE
+__ZN7WebCore14DocumentLoader21addPlugInStreamLoaderEPNS_14ResourceLoaderE
+__ZN7WebCore14DocumentLoader22addAllArchiveResourcesEPNS_7ArchiveE
+__ZN7WebCore14DocumentLoader22cancelMainResourceLoadERKNS_13ResourceErrorE
+__ZN7WebCore14DocumentLoader24removePlugInStreamLoaderEPNS_14ResourceLoaderE
+__ZN7WebCore14DocumentLoader7requestEv
+__ZN7WebCore14DocumentLoader8setFrameEPNS_5FrameE
+__ZN7WebCore14DocumentLoader8setTitleERKNS_19StringWithDirectionE
+__ZN7WebCore14DocumentLoaderC1ERKNS_15ResourceRequestERKNS_14SubstituteDataE
+__ZN7WebCore14DocumentLoaderC2ERKNS_15ResourceRequestERKNS_14SubstituteDataE
+__ZN7WebCore14DocumentLoaderD2Ev
+__ZN7WebCore14DocumentWriter11setEncodingERKN3WTF6StringEb
+__ZN7WebCore14FileIconLoader14notifyFinishedEN3WTF10PassRefPtrINS_4IconEEE
+__ZN7WebCore14FormController22getReferencedFilePathsERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore14FrameSelection10setFocusedEb
+__ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19CursorAlignOnScrollENS_15TextGranularityE
+__ZN7WebCore14FrameSelection15revealSelectionERKNS_15ScrollAlignmentENS_18RevealExtentOptionE
+__ZN7WebCore14FrameSelection16setSelectedRangeEPNS_5RangeENS_9EAffinityEb
+__ZN7WebCore14FrameSelection19absoluteCaretBoundsEv
+__ZN7WebCore14FrameSelection20setSelectionFromNoneEv
+__ZN7WebCore14FrameSelection5clearEv
+__ZN7WebCore14FrameSelection6modifyENS0_11EAlterationENS_18SelectionDirectionENS_15TextGranularityENS_14EUserTriggeredE
+__ZN7WebCore14FrameSelection9selectAllEv
+__ZN7WebCore14FrameSelectionC1EPNS_5FrameE
+__ZN7WebCore14LoaderStrategy18createBlobRegistryEv
+__ZN7WebCore14LoaderStrategy21resourceLoadSchedulerEv
+__ZN7WebCore14LoaderStrategy25loadResourceSynchronouslyEPNS_17NetworkingContextEmRKNS_15ResourceRequestENS_17StoredCredentialsENS_22ClientCredentialPolicyERNS_13ResourceErrorERNS_16ResourceResponseERN3WTF6VectorIcLj0ENSC_15CrashOnOverflowEEE
+__ZN7WebCore14PluginDocument12pluginWidgetEv
+__ZN7WebCore14ResourceHandle12firstRequestEv
+__ZN7WebCore14ResourceHandle16setDefersLoadingEb
+__ZN7WebCore14ResourceHandle20forceContentSniffingEv
+__ZN7WebCore14ResourceHandle23continueWillSendRequestERKNS_15ResourceRequestE
+__ZN7WebCore14ResourceHandle25loadResourceSynchronouslyEPNS_17NetworkingContextERKNS_15ResourceRequestENS_17StoredCredentialsERNS_13ResourceErrorERNS_16ResourceResponseERN3WTF6VectorIcLj0ENSB_15CrashOnOverflowEEE
+__ZN7WebCore14ResourceHandle26continueDidReceiveResponseEv
+__ZN7WebCore14ResourceHandle26synchronousLoadRunLoopModeEv
+__ZN7WebCore14ResourceHandle45continueCanAuthenticateAgainstProtectionSpaceEb
+__ZN7WebCore14ResourceHandle6createEPNS_17NetworkingContextERKNS_15ResourceRequestEPNS_20ResourceHandleClientEbb
+__ZN7WebCore14ResourceLoader14cancelledErrorEv
+__ZN7WebCore14ResourceLoader32didCancelAuthenticationChallengeERKNS_23AuthenticationChallengeE
+__ZN7WebCore14ResourceLoader6cancelERKNS_13ResourceErrorE
+__ZN7WebCore14ResourceLoader6cancelEv
+__ZN7WebCore14SQLiteDatabase11tableExistsERKN3WTF6StringE
+__ZN7WebCore14SQLiteDatabase12lastErrorMsgEv
+__ZN7WebCore14SQLiteDatabase14executeCommandERKN3WTF6StringE
+__ZN7WebCore14SQLiteDatabase20setCollationFunctionERKN3WTF6StringENSt3__18functionIFiiPKviS8_EEE
+__ZN7WebCore14SQLiteDatabase4openERKN3WTF6StringEb
+__ZN7WebCore14SQLiteDatabase5closeEv
+__ZN7WebCore14SQLiteDatabase9lastErrorEv
+__ZN7WebCore14SQLiteDatabaseC1Ev
+__ZN7WebCore14SQLiteDatabaseD1Ev
+__ZN7WebCore14SchemeRegistry24registerURLSchemeAsLocalERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry25registerURLSchemeAsSecureERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry27registerURLSchemeAsNoAccessERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry30registerURLSchemeAsCORSEnabledERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry32registerURLSchemeAsEmptyDocumentERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry34registerURLSchemeAsDisplayIsolatedERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry34shouldLoadURLSchemeAsEmptyDocumentERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry35registerURLSchemeAsCachePartitionedERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry40setDomainRelaxationForbiddenForURLSchemeEbRKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry41allowsLocalStorageAccessInPrivateBrowsingERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry49registerURLSchemeAsBypassingContentSecurityPolicyERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry57removeURLSchemeRegisteredAsBypassingContentSecurityPolicyERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry58registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsingERKN3WTF6StringE
+__ZN7WebCore14SchemeRegistry62registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsingERKN3WTF6StringE
+__ZN7WebCore14ScrollableArea15contentsResizedEv
+__ZN7WebCore14ScrollableArea15didAddScrollbarEPNS_9ScrollbarENS_20ScrollbarOrientationE
+__ZN7WebCore14ScrollableArea16handleWheelEventERKNS_18PlatformWheelEventE
+__ZN7WebCore14ScrollableArea17willEndLiveResizeEv
+__ZN7WebCore14ScrollableArea19invalidateScrollbarEPNS_9ScrollbarERKNS_7IntRectE
+__ZN7WebCore14ScrollableArea19willRemoveScrollbarEPNS_9ScrollbarENS_20ScrollbarOrientationE
+__ZN7WebCore14ScrollableArea19willStartLiveResizeEv
+__ZN7WebCore14ScrollableArea22invalidateScrollCornerERKNS_7IntRectE
+__ZN7WebCore14ScrollableArea24setScrollbarOverlayStyleENS_21ScrollbarOverlayStyleE
+__ZN7WebCore14ScrollableArea27notifyScrollPositionChangedERKNS_8IntPointE
+__ZN7WebCore14ScrollableArea28setScrollOffsetFromInternalsERKNS_8IntPointE
+__ZN7WebCore14ScrollableArea30scrollToOffsetWithoutAnimationERKNS_10FloatPointE
+__ZN7WebCore14ScrollableArea31adjustScrollStepForFixedContentEfNS_20ScrollbarOrientationENS_17ScrollGranularityE
+__ZN7WebCore14ScrollableArea34constrainScrollPositionForOverhangERKNS_10LayoutRectERKNS_10LayoutSizeERKNS_11LayoutPointES9_ii
+__ZN7WebCore14ScrollableArea6scrollENS_15ScrollDirectionENS_17ScrollGranularityEf
+__ZN7WebCore14ScrollableAreaC2Ev
+__ZN7WebCore14ScrollableAreaD2Ev
+__ZN7WebCore14ScrollbarTheme5themeEv
+__ZN7WebCore14SecurityOrigin16createFromStringERKN3WTF6StringE
+__ZN7WebCore14SecurityOrigin28createFromDatabaseIdentifierERKN3WTF6StringE
+__ZN7WebCore14SecurityOrigin33maybeCreateFromDatabaseIdentifierERKN3WTF6StringE
+__ZN7WebCore14SecurityOrigin6createERKN3WTF6StringES4_i
+__ZN7WebCore14SecurityOrigin6createERKNS_3URLE
+__ZN7WebCore14SecurityPolicy18setLocalLoadPolicyENS0_15LocalLoadPolicyE
+__ZN7WebCore14SecurityPolicy22generateReferrerHeaderENS_14ReferrerPolicyERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore14SecurityPolicy27resetOriginAccessWhitelistsEv
+__ZN7WebCore14SecurityPolicy29addOriginAccessWhitelistEntryERKNS_14SecurityOriginERKN3WTF6StringES7_b
+__ZN7WebCore14SecurityPolicy32removeOriginAccessWhitelistEntryERKNS_14SecurityOriginERKN3WTF6StringES7_b
+__ZN7WebCore14StorageTracker12deleteOriginEPNS_14SecurityOriginE
+__ZN7WebCore14StorageTracker16deleteAllOriginsEv
+__ZN7WebCore14StorageTracker17initializeTrackerERKN3WTF6StringEPNS_20StorageTrackerClientE
+__ZN7WebCore14StorageTracker18diskUsageForOriginEPNS_14SecurityOriginE
+__ZN7WebCore14StorageTracker32syncFileSystemAndTrackerDatabaseEv
+__ZN7WebCore14StorageTracker7originsERN3WTF6VectorINS1_6RefPtrINS_14SecurityOriginEEELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore14StorageTracker7trackerEv
+__ZN7WebCore14SubframeLoader12allowPluginsENS_28ReasonForCallingAllowPluginsE
+__ZN7WebCore14TileController14setTilesOpaqueEb
+__ZN7WebCore14TileController15containerLayersEv
+__ZN7WebCore14TileController15setNeedsDisplayEv
+__ZN7WebCore14TileController16setContentsScaleEf
+__ZN7WebCore14TileController21setAcceleratesDrawingEb
+__ZN7WebCore14TileController21setNeedsDisplayInRectERKNS_7IntRectE
+__ZN7WebCore14TileController23setTileDebugBorderColorENS_5ColorE
+__ZN7WebCore14TileController23setTileDebugBorderWidthEf
+__ZN7WebCore14TileController27tileCacheLayerBoundsChangedEv
+__ZN7WebCore14TileControllerC1EPNS_15PlatformCALayerE
+__ZN7WebCore14areRangesEqualEPKNS_5RangeES2_
+__ZN7WebCore14decodeHostNameEP8NSString
+__ZN7WebCore14encodeHostNameEP8NSString
+__ZN7WebCore14endOfParagraphERKNS_15VisiblePositionENS_27EditingBoundaryCrossingRuleE
+__ZN7WebCore14roundedIntRectERKNS_9FloatRectE
+__ZN7WebCore14setMetadataURLERN3WTF6StringERKS1_S4_
+__ZN7WebCore15AffineTransform5flipYEv
+__ZN7WebCore15AffineTransform5scaleEd
+__ZN7WebCore15AffineTransform8multiplyERKS0_
+__ZN7WebCore15AffineTransform9translateEdd
+__ZN7WebCore15AffineTransformC1Edddddd
+__ZN7WebCore15AffineTransformC1Ev
+__ZN7WebCore15ArchiveResource6createEN3WTF10PassRefPtrINS_12SharedBufferEEERKNS_3URLERKNS1_6StringESA_SA_RKNS_16ResourceResponseE
+__ZN7WebCore15BackForwardList10removeItemEPNS_11HistoryItemE
+__ZN7WebCore15BackForwardList10setEnabledEb
+__ZN7WebCore15BackForwardList11currentItemEv
+__ZN7WebCore15BackForwardList11forwardItemEv
+__ZN7WebCore15BackForwardList11setCapacityEi
+__ZN7WebCore15BackForwardList12containsItemEPNS_11HistoryItemE
+__ZN7WebCore15BackForwardList17backListWithLimitEiRN3WTF6VectorINS1_6RefPtrINS_11HistoryItemEEELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore15BackForwardList20forwardListWithLimitEiRN3WTF6VectorINS1_6RefPtrINS_11HistoryItemEEELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore15BackForwardList6closedEv
+__ZN7WebCore15BackForwardList6goBackEv
+__ZN7WebCore15BackForwardList7enabledEv
+__ZN7WebCore15BackForwardList7entriesEv
+__ZN7WebCore15BackForwardList8backItemEv
+__ZN7WebCore15BackForwardList8capacityEv
+__ZN7WebCore15BackForwardList9goForwardEv
+__ZN7WebCore15BackForwardListC1EPNS_4PageE
+__ZN7WebCore15DOMWrapperWorld13clearWrappersEv
+__ZN7WebCore15DOMWrapperWorldD1Ev
+__ZN7WebCore15DatabaseManager10initializeERKN3WTF6StringE
+__ZN7WebCore15DatabaseManager12deleteOriginEPNS_14SecurityOriginE
+__ZN7WebCore15DatabaseManager14deleteDatabaseEPNS_14SecurityOriginERKN3WTF6StringE
+__ZN7WebCore15DatabaseManager14quotaForOriginEPNS_14SecurityOriginE
+__ZN7WebCore15DatabaseManager14setIsAvailableEb
+__ZN7WebCore15DatabaseManager14usageForOriginEPNS_14SecurityOriginE
+__ZN7WebCore15DatabaseManager16hasOpenDatabasesEPNS_22ScriptExecutionContextE
+__ZN7WebCore15DatabaseManager18deleteAllDatabasesEv
+__ZN7WebCore15DatabaseManager22databaseNamesForOriginEPNS_14SecurityOriginERN3WTF6VectorINS3_6StringELj0ENS3_15CrashOnOverflowEEE
+__ZN7WebCore15DatabaseManager23detailsForNameAndOriginERKN3WTF6StringEPNS_14SecurityOriginE
+__ZN7WebCore15DatabaseManager7managerEv
+__ZN7WebCore15DatabaseManager7originsERN3WTF6VectorINS1_6RefPtrINS_14SecurityOriginEEELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore15DatabaseManager8setQuotaEPNS_14SecurityOriginEy
+__ZN7WebCore15DatabaseManager9setClientEPNS_21DatabaseManagerClientE
+__ZN7WebCore15FocusController10setFocusedEb
+__ZN7WebCore15FocusController15setFocusedFrameEN3WTF10PassRefPtrINS_5FrameEEE
+__ZN7WebCore15FocusController15setInitialFocusENS_14FocusDirectionEPNS_13KeyboardEventE
+__ZN7WebCore15FocusController17setFocusedElementEPNS_7ElementEN3WTF10PassRefPtrINS_5FrameEEENS_14FocusDirectionE
+__ZN7WebCore15FocusController20nextFocusableElementENS_20FocusNavigationScopeEPNS_4NodeEPNS_13KeyboardEventE
+__ZN7WebCore15FocusController24previousFocusableElementENS_20FocusNavigationScopeEPNS_4NodeEPNS_13KeyboardEventE
+__ZN7WebCore15FocusController9setActiveEb
+__ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf
+__ZN7WebCore15GraphicsContext11clearShadowEv
+__ZN7WebCore15GraphicsContext12setFillColorERKNS_5ColorENS_10ColorSpaceE
+__ZN7WebCore15GraphicsContext14setStrokeColorERKNS_5ColorENS_10ColorSpaceE
+__ZN7WebCore15GraphicsContext15drawImageBufferEPNS_11ImageBufferENS_10ColorSpaceERKNS_10FloatPointERKNS_20ImagePaintingOptionsE
+__ZN7WebCore15GraphicsContext15drawNativeImageEP7CGImageRKNS_9FloatSizeENS_10ColorSpaceERKNS_9FloatRectES9_NS_17CompositeOperatorENS_9BlendModeENS_16ImageOrientationE
+__ZN7WebCore15GraphicsContext15setFillGradientEN3WTF7PassRefINS_8GradientEEE
+__ZN7WebCore15GraphicsContext18setShouldAntialiasEb
+__ZN7WebCore15GraphicsContext19setIsCALayerContextEb
+__ZN7WebCore15GraphicsContext20endTransparencyLayerEv
+__ZN7WebCore15GraphicsContext20setShouldSmoothFontsEb
+__ZN7WebCore15GraphicsContext21setCompositeOperationENS_17CompositeOperatorENS_9BlendModeE
+__ZN7WebCore15GraphicsContext22applyDeviceScaleFactorEf
+__ZN7WebCore15GraphicsContext22beginTransparencyLayerEf
+__ZN7WebCore15GraphicsContext28setImageInterpolationQualityENS_20InterpolationQualityE
+__ZN7WebCore15GraphicsContext4clipERKNS_4PathENS_8WindRuleE
+__ZN7WebCore15GraphicsContext4clipERKNS_7IntRectE
+__ZN7WebCore15GraphicsContext4clipERKNS_9FloatRectE
+__ZN7WebCore15GraphicsContext4saveEv
+__ZN7WebCore15GraphicsContext5scaleERKNS_9FloatSizeE
+__ZN7WebCore15GraphicsContext7restoreEv
+__ZN7WebCore15GraphicsContext8fillPathERKNS_4PathE
+__ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectE
+__ZN7WebCore15GraphicsContext8fillRectERKNS_9FloatRectERKNS_5ColorENS_10ColorSpaceE
+__ZN7WebCore15GraphicsContext9clearRectERKNS_9FloatRectE
+__ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_10FloatPointERKNS_20ImagePaintingOptionsE
+__ZN7WebCore15GraphicsContext9setShadowERKNS_9FloatSizeEfRKNS_5ColorENS_10ColorSpaceE
+__ZN7WebCore15GraphicsContext9translateEff
+__ZN7WebCore15GraphicsContextC1EP9CGContext
+__ZN7WebCore15GraphicsContextD1Ev
+__ZN7WebCore15GraphicsLayerCA10initializeEv
+__ZN7WebCore15GraphicsLayerCA10setFiltersERKNS_16FilterOperationsE
+__ZN7WebCore15GraphicsLayerCA10setOpacityEf
+__ZN7WebCore15GraphicsLayerCA11setChildrenERKN3WTF6VectorIPNS_13GraphicsLayerELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore15GraphicsLayerCA11setPositionERKNS_10FloatPointE
+__ZN7WebCore15GraphicsLayerCA12addAnimationERKNS_17KeyframeValueListERKNS_9FloatSizeEPKNS_9AnimationERKN3WTF6StringEd
+__ZN7WebCore15GraphicsLayerCA12replaceChildEPNS_13GraphicsLayerES2_
+__ZN7WebCore15GraphicsLayerCA12setBlendModeENS_9BlendModeE
+__ZN7WebCore15GraphicsLayerCA12setMaskLayerEPNS_13GraphicsLayerE
+__ZN7WebCore15GraphicsLayerCA12setTransformERKNS_20TransformationMatrixE
+__ZN7WebCore15GraphicsLayerCA13addChildAboveEPNS_13GraphicsLayerES2_
+__ZN7WebCore15GraphicsLayerCA13addChildBelowEPNS_13GraphicsLayerES2_
+__ZN7WebCore15GraphicsLayerCA14pauseAnimationERKN3WTF6StringEd
+__ZN7WebCore15GraphicsLayerCA14setAnchorPointERKNS_12FloatPoint3DE
+__ZN7WebCore15GraphicsLayerCA14setDebugBorderERKNS_5ColorEf
+__ZN7WebCore15GraphicsLayerCA14setPreserves3DEb
+__ZN7WebCore15GraphicsLayerCA15addChildAtIndexEPNS_13GraphicsLayerEi
+__ZN7WebCore15GraphicsLayerCA15layerDidDisplayEPNS_15PlatformCALayerE
+__ZN7WebCore15GraphicsLayerCA15removeAnimationERKN3WTF6StringE
+__ZN7WebCore15GraphicsLayerCA15setBoundsOriginERKNS_10FloatPointE
+__ZN7WebCore15GraphicsLayerCA15setContentsRectERKNS_9FloatRectE
+__ZN7WebCore15GraphicsLayerCA15setDrawsContentEb
+__ZN7WebCore15GraphicsLayerCA15setNeedsDisplayEv
+__ZN7WebCore15GraphicsLayerCA15willBeDestroyedEv
+__ZN7WebCore15GraphicsLayerCA16removeFromParentEv
+__ZN7WebCore15GraphicsLayerCA16resumeAnimationsEv
+__ZN7WebCore15GraphicsLayerCA16setMasksToBoundsEb
+__ZN7WebCore15GraphicsLayerCA17setContentsOpaqueEb
+__ZN7WebCore15GraphicsLayerCA17setCustomBehaviorENS_13GraphicsLayer14CustomBehaviorE
+__ZN7WebCore15GraphicsLayerCA17suspendAnimationsEd
+__ZN7WebCore15GraphicsLayerCA18setBackdropFiltersERKNS_16FilterOperationsE
+__ZN7WebCore15GraphicsLayerCA18setBackgroundColorERKNS_5ColorE
+__ZN7WebCore15GraphicsLayerCA18setContentsToImageEPNS_5ImageE
+__ZN7WebCore15GraphicsLayerCA18setContentsVisibleEb
+__ZN7WebCore15GraphicsLayerCA18setOpacityInternalEf
+__ZN7WebCore15GraphicsLayerCA18setReplicatedLayerEPNS_13GraphicsLayerE
+__ZN7WebCore15GraphicsLayerCA18setShowDebugBorderEb
+__ZN7WebCore15GraphicsLayerCA19setCustomAppearanceENS_13GraphicsLayer16CustomAppearanceE
+__ZN7WebCore15GraphicsLayerCA20setChildrenTransformERKNS_20TransformationMatrixE
+__ZN7WebCore15GraphicsLayerCA20setReplicatedByLayerEPNS_13GraphicsLayerE
+__ZN7WebCore15GraphicsLayerCA21flushCompositingStateERKNS_9FloatRectE
+__ZN7WebCore15GraphicsLayerCA21setAcceleratesDrawingEb
+__ZN7WebCore15GraphicsLayerCA21setBackfaceVisibilityEb
+__ZN7WebCore15GraphicsLayerCA21setNeedsDisplayInRectERKNS_9FloatRectENS_13GraphicsLayer17ShouldClipToLayerE
+__ZN7WebCore15GraphicsLayerCA21setShowRepaintCounterEb
+__ZN7WebCore15GraphicsLayerCA23setContentsClippingRectERKNS_16FloatRoundedRectE
+__ZN7WebCore15GraphicsLayerCA23setContentsNeedsDisplayEv
+__ZN7WebCore15GraphicsLayerCA23setContentsToSolidColorERKNS_5ColorE
+__ZN7WebCore15GraphicsLayerCA23setDebugBackgroundColorERKNS_5ColorE
+__ZN7WebCore15GraphicsLayerCA26setContentsToPlatformLayerEP7CALayerNS_13GraphicsLayer20ContentsLayerPurposeE
+__ZN7WebCore15GraphicsLayerCA28platformCALayerPaintContentsEPNS_15PlatformCALayerERNS_15GraphicsContextERKNS_9FloatRectE
+__ZN7WebCore15GraphicsLayerCA29platformCALayerAnimationEndedERKN3WTF6StringE
+__ZN7WebCore15GraphicsLayerCA30deviceOrPageScaleFactorChangedEv
+__ZN7WebCore15GraphicsLayerCA31platformCALayerAnimationStartedERKN3WTF6StringEd
+__ZN7WebCore15GraphicsLayerCA37flushCompositingStateForThisLayerOnlyEv
+__ZN7WebCore15GraphicsLayerCA40platformCALayerSetNeedsToRevalidateTilesEv
+__ZN7WebCore15GraphicsLayerCA7setNameERKN3WTF6StringE
+__ZN7WebCore15GraphicsLayerCA7setSizeERKNS_9FloatSizeE
+__ZN7WebCore15GraphicsLayerCA8addChildEPNS_13GraphicsLayerE
+__ZN7WebCore15GraphicsLayerCAC2ERNS_19GraphicsLayerClientE
+__ZN7WebCore15GraphicsLayerCAD2Ev
+__ZN7WebCore15HitTestLocation12rectForPointERKNS_11LayoutPointEjjjj
+__ZN7WebCore15HitTestLocationC1ERKNS_10FloatPointE
+__ZN7WebCore15HitTestLocationD1Ev
+__ZN7WebCore15JSDOMWindowBase8commonVMEv
+__ZN7WebCore15PasteboardImageC1Ev
+__ZN7WebCore15PasteboardImageD1Ev
+__ZN7WebCore15PlatformCALayer15platformCALayerEPv
+__ZN7WebCore15PlatformCALayer17drawLayerContentsEP9CGContextPS0_RN3WTF6VectorINS_9FloatRectELj5ENS4_15CrashOnOverflowEEE
+__ZN7WebCore15PlatformCALayerC2ENS0_9LayerTypeEPNS_21PlatformCALayerClientE
+__ZN7WebCore15PlatformCALayerD2Ev
+__ZN7WebCore15ProtectionSpaceC1EP20NSURLProtectionSpace
+__ZN7WebCore15ResourceRequest21httpPipeliningEnabledEv
+__ZN7WebCore15ResourceRequest24setHTTPPipeliningEnabledEb
+__ZN7WebCore15RunLoopObserver10invalidateEv
+__ZN7WebCore15RunLoopObserver6createElNSt3__18functionIFvvEEE
+__ZN7WebCore15RunLoopObserver8scheduleEP11__CFRunLoop
+__ZN7WebCore15RunLoopObserverD1Ev
+__ZN7WebCore15SQLiteStatement12getColumnIntEi
+__ZN7WebCore15SQLiteStatement12isColumnNullEi
+__ZN7WebCore15SQLiteStatement13getColumnTextEi
+__ZN7WebCore15SQLiteStatement14executeCommandEv
+__ZN7WebCore15SQLiteStatement14getColumnInt64Ei
+__ZN7WebCore15SQLiteStatement21getColumnBlobAsStringEi
+__ZN7WebCore15SQLiteStatement21getColumnBlobAsVectorEiRN3WTF6VectorIcLj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore15SQLiteStatement21getColumnBlobAsVectorEiRN3WTF6VectorIhLj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore15SQLiteStatement22isColumnDeclaredAsBlobEi
+__ZN7WebCore15SQLiteStatement4stepEv
+__ZN7WebCore15SQLiteStatement5resetEv
+__ZN7WebCore15SQLiteStatement7bindIntEii
+__ZN7WebCore15SQLiteStatement7prepareEv
+__ZN7WebCore15SQLiteStatement8bindBlobEiPKvi
+__ZN7WebCore15SQLiteStatement8bindBlobEiRKN3WTF6StringE
+__ZN7WebCore15SQLiteStatement8bindTextEiRKN3WTF6StringE
+__ZN7WebCore15SQLiteStatement9bindInt64Eix
+__ZN7WebCore15SQLiteStatementC1ERNS_14SQLiteDatabaseERKN3WTF6StringE
+__ZN7WebCore15SQLiteStatementD1Ev
+__ZN7WebCore15ScrollAlignment17alignCenterAlwaysE
+__ZN7WebCore15ScrollAlignment19alignToEdgeIfNeededE
+__ZN7WebCore15StorageStrategy21localStorageNamespaceEPNS_9PageGroupE
+__ZN7WebCore15StorageStrategy23sessionStorageNamespaceEPNS_4PageE
+__ZN7WebCore15StorageStrategy30transientLocalStorageNamespaceEPNS_9PageGroupEPNS_14SecurityOriginE
+__ZN7WebCore15StringTruncator13rightTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotE
+__ZN7WebCore15StringTruncator14centerTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotE
+__ZN7WebCore15StringTruncator5widthERKN3WTF6StringERKNS_4FontENS0_24EnableRoundingHacksOrNotE
+__ZN7WebCore15UserInputBridge11loadRequestERKNS_16FrameLoadRequestENS_11InputSourceE
+__ZN7WebCore15UserInputBridge11reloadFrameEPNS_5FrameEbNS_11InputSourceE
+__ZN7WebCore15UserInputBridge12tryClosePageENS_11InputSourceE
+__ZN7WebCore15UserInputBridge14handleKeyEventERKNS_21PlatformKeyboardEventENS_11InputSourceE
+__ZN7WebCore15UserInputBridge16handleWheelEventERKNS_18PlatformWheelEventENS_11InputSourceE
+__ZN7WebCore15UserInputBridge16stopLoadingFrameEPNS_5FrameENS_11InputSourceE
+__ZN7WebCore15UserInputBridge17scrollRecursivelyENS_15ScrollDirectionENS_17ScrollGranularityENS_11InputSourceE
+__ZN7WebCore15UserInputBridge20handleAccessKeyEventERKNS_21PlatformKeyboardEventENS_11InputSourceE
+__ZN7WebCore15UserInputBridge20handleMouseMoveEventERKNS_18PlatformMouseEventENS_11InputSourceE
+__ZN7WebCore15UserInputBridge21handleMousePressEventERKNS_18PlatformMouseEventENS_11InputSourceE
+__ZN7WebCore15UserInputBridge23handleMouseReleaseEventERKNS_18PlatformMouseEventENS_11InputSourceE
+__ZN7WebCore15UserInputBridge31handleMouseMoveOnScrollbarEventERKNS_18PlatformMouseEventENS_11InputSourceE
+__ZN7WebCore15VisiblePositionC1ERKNS_8PositionENS_9EAffinityE
+__ZN7WebCore15defaultLanguageEv
+__ZN7WebCore15localizedStringEPKc
+__ZN7WebCore15mimeTypeFromURLERKNS_3URLE
+__ZN7WebCore15originalURLDataEP5NSURL
+__ZN7WebCore15pathGetFileNameERKN3WTF6StringE
+__ZN7WebCore15reportExceptionEPN3JSC9ExecStateENS0_7JSValueEPNS_12CachedScriptE
+__ZN7WebCore15setDOMExceptionEPN3JSC9ExecStateEi
+__ZN7WebCore15visitedLinkHashEPKtj
+__ZN7WebCore15visitedLinkHashERKN3WTF6StringE
+__ZN7WebCore16ApplicationCache18diskUsageForOriginEPNS_14SecurityOriginE
+__ZN7WebCore16ApplicationCache20deleteCacheForOriginEPNS_14SecurityOriginE
+__ZN7WebCore16CSSParserContextC1ERNS_8DocumentERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore16CalculationValue6createENSt3__110unique_ptrINS_18CalcExpressionNodeENS1_14default_deleteIS3_EEEENS_30CalculationPermittedValueRangeE
+__ZN7WebCore16DatabaseStrategy17getDatabaseServerEv
+__ZN7WebCore16DatabaseStrategy23createIDBFactoryBackendERKN3WTF6StringE
+__ZN7WebCore16DeviceMotionData12Acceleration6createEbdbdbd
+__ZN7WebCore16DeviceMotionData12RotationRate6createEbdbdbd
+__ZN7WebCore16DeviceMotionData6createEN3WTF10PassRefPtrINS0_12AccelerationEEES4_NS2_INS0_12RotationRateEEEbd
+__ZN7WebCore16FilterOperationsC1Ev
+__ZN7WebCore16FilterOperationsaSERKS0_
+__ZN7WebCore16FloatRoundedRectC1ERKNS_9FloatRectERKNS0_5RadiiE
+__ZN7WebCore16FontPlatformDataD1Ev
+__ZN7WebCore16FrameLoadRequestC1EPNS_5FrameERKNS_15ResourceRequestERKNS_14SubstituteDataE
+__ZN7WebCore16HTMLInputElement13setAutofilledEb
+__ZN7WebCore16HTMLInputElement15setEditingValueERKN3WTF6StringE
+__ZN7WebCore16HTMLInputElement15setValueForUserERKN3WTF6StringE
+__ZN7WebCore16HTMLInputElement16setValueAsNumberEdRiNS_22TextFieldEventBehaviorE
+__ZN7WebCore16HTMLInputElement8setValueERKN3WTF6StringENS_22TextFieldEventBehaviorE
+__ZN7WebCore16IconDatabaseBase28synchronousIconURLForPageURLERKN3WTF6StringE
+__ZN7WebCore16IconDatabaseBase4openERKN3WTF6StringES4_
+__ZN7WebCore16LegacyWebArchive19createFromSelectionEPNS_5FrameE
+__ZN7WebCore16LegacyWebArchive21rawDataRepresentationEv
+__ZN7WebCore16LegacyWebArchive6createEN3WTF10PassRefPtrINS_15ArchiveResourceEEENS1_6VectorINS1_6RefPtrIS3_EELj0ENS1_15CrashOnOverflowEEENS5_INS6_IS0_EELj0ES8_EE
+__ZN7WebCore16LegacyWebArchive6createEPNS_12SharedBufferE
+__ZN7WebCore16LegacyWebArchive6createEPNS_4NodeENSt3__18functionIFbRNS_5FrameEEEE
+__ZN7WebCore16LegacyWebArchive6createEPNS_5FrameE
+__ZN7WebCore16LegacyWebArchive6createEPNS_5RangeE
+__ZN7WebCore16LegacyWebArchive6createEv
+__ZN7WebCore16MIMETypeRegistry15canShowMIMETypeERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry15getPDFMIMETypesEv
+__ZN7WebCore16MIMETypeRegistry20isJavaAppletMIMETypeERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry23getMIMETypeForExtensionERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry24isSupportedImageMIMETypeERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry25isPDFOrPostScriptMIMETypeERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry26getSupportedImageMIMETypesEv
+__ZN7WebCore16MIMETypeRegistry27getUnsupportedTextMIMETypesEv
+__ZN7WebCore16MIMETypeRegistry27isSupportedNonImageMIMETypeERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry29getSupportedNonImageMIMETypesEv
+__ZN7WebCore16MIMETypeRegistry32isSupportedImageResourceMIMETypeERKN3WTF6StringE
+__ZN7WebCore16NavigationActionC1ERKNS_15ResourceRequestE
+__ZN7WebCore16NavigationActionC1ERKNS_15ResourceRequestENS_13FrameLoadTypeEb
+__ZN7WebCore16NavigationActionC1ERKNS_15ResourceRequestENS_14NavigationTypeE
+__ZN7WebCore16NavigationActionC1Ev
+__ZN7WebCore16ScriptController10initScriptERNS_15DOMWrapperWorldE
+__ZN7WebCore16ScriptController11createWorldEv
+__ZN7WebCore16ScriptController13executeScriptERKN3WTF6StringEb
+__ZN7WebCore16ScriptController17canExecuteScriptsENS_33ReasonForCallingCanExecuteScriptsE
+__ZN7WebCore16ScriptController17javaScriptContextEv
+__ZN7WebCore16ScriptController18windowScriptObjectEv
+__ZN7WebCore16ScriptController20executeScriptInWorldERNS_15DOMWrapperWorldERKN3WTF6StringEb
+__ZN7WebCore16ScriptController21processingUserGestureEv
+__ZN7WebCore16ScriptController24jsObjectForPluginElementEPNS_17HTMLPlugInElementE
+__ZN7WebCore16ThreadGlobalData10staticDataE
+__ZN7WebCore16ThreadGlobalDataC1Ev
+__ZN7WebCore16ThreadGlobalDataD1Ev
+__ZN7WebCore16VisibleSelection22expandUsingGranularityENS_15TextGranularityE
+__ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityEb
+__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionES3_b
+__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionEb
+__ZN7WebCore16VisitedLinkStore23invalidateStylesForLinkEy
+__ZN7WebCore16VisitedLinkStore27invalidateStylesForAllLinksEv
+__ZN7WebCore16VisitedLinkStoreC2Ev
+__ZN7WebCore16VisitedLinkStoreD2Ev
+__ZN7WebCore16createFullMarkupERKNS_4NodeE
+__ZN7WebCore16createFullMarkupERKNS_5RangeE
+__ZN7WebCore16enclosingIntRectERK6CGRect
+__ZN7WebCore16enclosingIntRectERKNS_10LayoutRectE
+__ZN7WebCore16enclosingIntRectERKNS_9FloatRectE
+__ZN7WebCore16isEndOfParagraphERKNS_15VisiblePositionENS_27EditingBoundaryCrossingRuleE
+__ZN7WebCore16isUserVisibleURLEP8NSString
+__ZN7WebCore16nextLinePositionERKNS_15VisiblePositionEiNS_12EditableTypeE
+__ZN7WebCore16scriptNameToCodeERKN3WTF6StringE
+__ZN7WebCore16startOfParagraphERKNS_15VisiblePositionENS_27EditingBoundaryCrossingRuleE
+__ZN7WebCore16threadGlobalDataEv
+__ZN7WebCore16toCAFillModeTypeENS_19PlatformCAAnimation12FillModeTypeE
+__ZN7WebCore17CredentialStorage24getFromPersistentStorageERKNS_15ProtectionSpaceE
+__ZN7WebCore17CredentialStorage3getERKNS_15ProtectionSpaceE
+__ZN7WebCore17DOMImplementation13isXMLMIMETypeERKN3WTF6StringE
+__ZN7WebCore17DOMImplementation14isTextMIMETypeERKN3WTF6StringE
+__ZN7WebCore17DebugPageOverlays15settingsChangedERNS_9MainFrameE
+__ZN7WebCore17GlyphPageTreeNode18treeGlyphPageCountEv
+__ZN7WebCore17HTMLOptionElement8selectedEv
+__ZN7WebCore17HTMLSelectElement20optionSelectedByUserEibb
+__ZN7WebCore17HistoryController26saveDocumentAndScrollStateEv
+__ZN7WebCore17HistoryController33restoreScrollPositionAndViewStateEv
+__ZN7WebCore17JSDOMGlobalObject6s_infoE
+__ZN7WebCore17KeyframeValueList6insertENSt3__110unique_ptrIKNS_14AnimationValueENS1_14default_deleteIS4_EEEE
+__ZN7WebCore17MouseRelatedEvent7offsetXEv
+__ZN7WebCore17MouseRelatedEvent7offsetYEv
+__ZN7WebCore17PageConsoleClient21shouldPrintExceptionsEv
+__ZN7WebCore17PageConsoleClient24setShouldPrintExceptionsEb
+__ZN7WebCore17PlatformCAFilters17setFiltersOnLayerEP7CALayerRKNS_16FilterOperationsE
+__ZN7WebCore17PlatformCAFilters23filterValueForOperationEPKNS_15FilterOperationEi
+__ZN7WebCore17PlatformCAFilters25setBlendingFiltersOnLayerEP7CALayerNS_9BlendModeE
+__ZN7WebCore17SQLiteTransaction5beginEv
+__ZN7WebCore17SQLiteTransaction6commitEv
+__ZN7WebCore17SQLiteTransaction8rollbackEv
+__ZN7WebCore17SQLiteTransactionC1ERNS_14SQLiteDatabaseEb
+__ZN7WebCore17SQLiteTransactionD1Ev
+__ZN7WebCore17SubresourceLoader6createEPNS_5FrameEPNS_14CachedResourceERKNS_15ResourceRequestERKNS_21ResourceLoaderOptionsE
+__ZN7WebCore17cacheDOMStructureEPNS_17JSDOMGlobalObjectEPN3JSC9StructureEPKNS2_9ClassInfoE
+__ZN7WebCore17computeCurrentAgeERKNS_16ResourceResponseEd
+__ZN7WebCore17encodeForFileNameERKN3WTF6StringE
+__ZN7WebCore17execStateFromPageERNS_15DOMWrapperWorldEPNS_4PageE
+__ZN7WebCore17languageDidChangeEv
+__ZN7WebCore17openTemporaryFileERKN3WTF6StringERi
+__ZN7WebCore17sRGBColorSpaceRefEv
+__ZN7WebCore17setCookiesFromDOMERKNS_21NetworkStorageSessionERKNS_3URLES5_RKN3WTF6StringE
+__ZN7WebCore17snapshotFrameRectERNS_5FrameERKNS_7IntRectEj
+__ZN7WebCore17snapshotSelectionERNS_5FrameEj
+__ZN7WebCore17userVisibleStringEP5NSURL
+__ZN7WebCore18DOMWindowExtensionC1EPNS_5FrameERNS_15DOMWrapperWorldE
+__ZN7WebCore18PlatformCALayerMac18setGeometryFlippedEb
+__ZN7WebCore18PlatformCALayerMac22filtersCanBeCompositedERKNS_16FilterOperationsE
+__ZN7WebCore18PlatformCALayerMac25layerTypeForPlatformLayerEP7CALayer
+__ZN7WebCore18PlatformPasteboard10uniqueNameEv
+__ZN7WebCore18PlatformPasteboard13bufferForTypeERKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard13stringForTypeERKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard16setBufferForTypeEN3WTF10PassRefPtrINS_12SharedBufferEEERKNS1_6StringE
+__ZN7WebCore18PlatformPasteboard16setStringForTypeERKN3WTF6StringES4_
+__ZN7WebCore18PlatformPasteboard19getPathnamesForTypeERN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEERKS3_
+__ZN7WebCore18PlatformPasteboard19setPathnamesForTypeERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEERKS3_
+__ZN7WebCore18PlatformPasteboard3urlEv
+__ZN7WebCore18PlatformPasteboard4copyERKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard5colorEv
+__ZN7WebCore18PlatformPasteboard8addTypesERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore18PlatformPasteboard8getTypesERN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore18PlatformPasteboard8setTypesERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore18PlatformPasteboardC1ERKN3WTF6StringE
+__ZN7WebCore18ScriptGlobalObject3setEPN3JSC9ExecStateEPKcPNS_21InspectorFrontendHostE
+__ZN7WebCore18StyleSheetContents11parseStringERKN3WTF6StringE
+__ZN7WebCore18StyleSheetContentsC1EPNS_15StyleRuleImportERKN3WTF6StringERKNS_16CSSParserContextE
+__ZN7WebCore18StyleSheetContentsD1Ev
+__ZN7WebCore18isStartOfParagraphERKNS_15VisiblePositionENS_27EditingBoundaryCrossingRuleE
+__ZN7WebCore18makeAllDirectoriesERKN3WTF6StringE
+__ZN7WebCore18pluginScriptObjectEPN3JSC9ExecStateEPNS_13JSHTMLElementE
+__ZN7WebCore18proxyServersForURLERKNS_3URLEPKNS_17NetworkingContextE
+__ZN7WebCore18throwThisTypeErrorERN3JSC9ExecStateEPKcS4_
+__ZN7WebCore19AnimationController16resumeAnimationsEv
+__ZN7WebCore19AnimationController17suspendAnimationsEv
+__ZN7WebCore19AnimationController20pauseAnimationAtTimeEPNS_13RenderElementERKN3WTF12AtomicStringEd
+__ZN7WebCore19AnimationController21pauseTransitionAtTimeEPNS_13RenderElementERKN3WTF6StringEd
+__ZN7WebCore19AnimationController36setAllowsNewAnimationsWhileSuspendedEb
+__ZN7WebCore19HTMLTextAreaElement8setValueERKN3WTF6StringE
+__ZN7WebCore19LayerFlushScheduler10invalidateEv
+__ZN7WebCore19LayerFlushScheduler18layerFlushCallbackEv
+__ZN7WebCore19LayerFlushScheduler6resumeEv
+__ZN7WebCore19LayerFlushScheduler7suspendEv
+__ZN7WebCore19LayerFlushScheduler8scheduleEv
+__ZN7WebCore19LayerFlushSchedulerC1EPNS_25LayerFlushSchedulerClientE
+__ZN7WebCore19LayerFlushSchedulerC2EPNS_25LayerFlushSchedulerClientE
+__ZN7WebCore19LayerFlushSchedulerD1Ev
+__ZN7WebCore19LayerFlushSchedulerD2Ev
+__ZN7WebCore19LayerRepresentation19retainPlatformLayerEP7CALayer
+__ZN7WebCore19LayerRepresentation20releasePlatformLayerEP7CALayer
+__ZN7WebCore19MediaSessionManager12restrictionsENS_12MediaSession9MediaTypeE
+__ZN7WebCore19MediaSessionManager13sharedManagerEv
+__ZN7WebCore19MediaSessionManager14addRestrictionENS_12MediaSession9MediaTypeEj
+__ZN7WebCore19MediaSessionManager15endInterruptionENS_12MediaSession20EndInterruptionFlagsE
+__ZN7WebCore19MediaSessionManager17beginInterruptionENS_12MediaSession16InterruptionTypeE
+__ZN7WebCore19MediaSessionManager17removeRestrictionENS_12MediaSession9MediaTypeEj
+__ZN7WebCore19MediaSessionManager30didReceiveRemoteControlCommandENS_12MediaSession24RemoteControlCommandTypeE
+__ZN7WebCore19ProtectionSpaceBaseC2ERKN3WTF6StringEiNS_25ProtectionSpaceServerTypeES4_NS_35ProtectionSpaceAuthenticationSchemeE
+__ZN7WebCore19ProtectionSpaceBaseC2Ev
+__ZN7WebCore19ResourceRequestBase11setHTTPBodyEN3WTF10PassRefPtrINS_8FormDataEEE
+__ZN7WebCore19ResourceRequestBase11setPriorityENS_20ResourceLoadPriorityE
+__ZN7WebCore19ResourceRequestBase13setHTTPMethodERKN3WTF6StringE
+__ZN7WebCore19ResourceRequestBase15setHTTPReferrerERKN3WTF6StringE
+__ZN7WebCore19ResourceRequestBase18setHTTPContentTypeERKN3WTF6StringE
+__ZN7WebCore19ResourceRequestBase18setHTTPHeaderFieldENS_14HTTPHeaderNameERKN3WTF6StringE
+__ZN7WebCore19ResourceRequestBase19setHTTPHeaderFieldsENS_13HTTPHeaderMapE
+__ZN7WebCore19ResourceRequestBase22defaultTimeoutIntervalEv
+__ZN7WebCore19ResourceRequestBase24s_defaultTimeoutIntervalE
+__ZN7WebCore19ResourceRequestBase25setDefaultTimeoutIntervalEd
+__ZN7WebCore19ResourceRequestBase50setResponseContentDispositionEncodingFallbackArrayERKN3WTF6StringES4_S4_
+__ZN7WebCore19ResourceRequestBase6setURLERKNS_3URLE
+__ZN7WebCore19SQLResultConstraintE
+__ZN7WebCore19TextResourceDecoder14decodeAndFlushEPKcm
+__ZN7WebCore19TextResourceDecoder5flushEv
+__ZN7WebCore19TextResourceDecoder6decodeEPKcm
+__ZN7WebCore19TextResourceDecoderC1ERKN3WTF6StringERKNS_12TextEncodingEb
+__ZN7WebCore19TextResourceDecoderD1Ev
+__ZN7WebCore19enclosingLayoutRectERKNS_9FloatRectE
+__ZN7WebCore19floatValueForLengthERKNS_6LengthEf
+__ZN7WebCore19getFileCreationTimeERKN3WTF6StringERl
+__ZN7WebCore19toInt32EnforceRangeEPN3JSC9ExecStateENS0_7JSValueE
+__ZN7WebCore20ApplicationCacheHost17maybeLoadResourceEPNS_14ResourceLoaderERKNS_15ResourceRequestERKNS_3URLE
+__ZN7WebCore20ApplicationCacheHost25maybeLoadFallbackForErrorEPNS_14ResourceLoaderERKNS_13ResourceErrorE
+__ZN7WebCore20ApplicationCacheHost28maybeLoadFallbackForRedirectEPNS_14ResourceLoaderERNS_15ResourceRequestERKNS_16ResourceResponseE
+__ZN7WebCore20ApplicationCacheHost28maybeLoadFallbackForResponseEPNS_14ResourceLoaderERKNS_16ResourceResponseE
+__ZN7WebCore20CachedResourceLoader31garbageCollectDocumentResourcesEv
+__ZN7WebCore20DictationAlternativeC1Ejjy
+__ZN7WebCore20DictationAlternativeC1Ev
+__ZN7WebCore20DisplaySleepDisablerC1EPKc
+__ZN7WebCore20DisplaySleepDisablerD1Ev
+__ZN7WebCore20FocusNavigationScope22focusNavigationScopeOfEPNS_4NodeE
+__ZN7WebCore20PasteboardWebContentC1Ev
+__ZN7WebCore20PasteboardWebContentD1Ev
+__ZN7WebCore20RenderEmbeddedObject29setPluginUnavailabilityReasonENS0_26PluginUnavailabilityReasonE
+__ZN7WebCore20RenderEmbeddedObject37setUnavailablePluginIndicatorIsHiddenEb
+__ZN7WebCore20RenderEmbeddedObject44setPluginUnavailabilityReasonWithDescriptionENS0_26PluginUnavailabilityReasonERKN3WTF6StringE
+__ZN7WebCore20ResourceHandleClient16didReceiveBufferEPNS_14ResourceHandleEN3WTF10PassRefPtrINS_12SharedBufferEEEi
+__ZN7WebCore20ResourceHandleClient20willSendRequestAsyncEPNS_14ResourceHandleERKNS_15ResourceRequestERKNS_16ResourceResponseE
+__ZN7WebCore20ResourceHandleClient42canAuthenticateAgainstProtectionSpaceAsyncEPNS_14ResourceHandleERKNS_15ProtectionSpaceE
+__ZN7WebCore20ResourceHandleClientC2Ev
+__ZN7WebCore20ResourceHandleClientD2Ev
+__ZN7WebCore20ResourceResponseBase11setMimeTypeERKN3WTF6StringE
+__ZN7WebCore20ResourceResponseBase17setHTTPStatusCodeEi
+__ZN7WebCore20ResourceResponseBase17setHTTPStatusTextERKN3WTF6StringE
+__ZN7WebCore20ResourceResponseBase18setHTTPHeaderFieldERKN3WTF6StringES4_
+__ZN7WebCore20ResourceResponseBase19setTextEncodingNameERKN3WTF6StringE
+__ZN7WebCore20ResourceResponseBase24setExpectedContentLengthEx
+__ZN7WebCore20ResourceResponseBase6setURLERKNS_3URLE
+__ZN7WebCore20ResourceResponseBaseC2Ev
+__ZN7WebCore20TransformationMatrix5scaleEd
+__ZN7WebCore20TransformationMatrix9translateEdd
+__ZN7WebCore20UserGestureIndicator7s_stateE
+__ZN7WebCore20UserGestureIndicatorC1ENS_26ProcessingUserGestureStateEPNS_8DocumentE
+__ZN7WebCore20UserGestureIndicatorD1Ev
+__ZN7WebCore20deleteEmptyDirectoryERKN3WTF6StringE
+__ZN7WebCore20httpHeaderNameStringENS_14HTTPHeaderNameE
+__ZN7WebCore20looksLikeAbsoluteURLEP8NSString
+__ZN7WebCore20makeRGBA32FromFloatsEffff
+__ZN7WebCore20previousLinePositionERKNS_15VisiblePositionEiNS_12EditableTypeE
+__ZN7WebCore20protocolIsJavaScriptERKN3WTF6StringE
+__ZN7WebCore20throwGetterTypeErrorERN3JSC9ExecStateEPKcS4_
+__ZN7WebCore20throwSetterTypeErrorERN3JSC9ExecStateEPKcS4_
+__ZN7WebCore20toUInt32EnforceRangeEPN3JSC9ExecStateENS0_7JSValueE
+__ZN7WebCore21AudioHardwareListener6createERNS0_6ClientE
+__ZN7WebCore21BackForwardController11itemAtIndexEi
+__ZN7WebCore21BackForwardController6goBackEv
+__ZN7WebCore21BackForwardController9goForwardEv
+__ZN7WebCore21BlobDataFileReference4pathEv
+__ZN7WebCore21BlobDataFileReferenceC2ERKN3WTF6StringE
+__ZN7WebCore21BlobDataFileReferenceD2Ev
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0EN3WTF6StringEE4copyERKS2_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_19IDBDatabaseMetadataEE4copyERKS1_
+__ZN7WebCore21DisplayRefreshMonitor46handleDisplayRefreshedNotificationOnMainThreadEPv
+__ZN7WebCore21DisplayRefreshMonitorC2Ej
+__ZN7WebCore21DisplayRefreshMonitorD2Ev
+__ZN7WebCore21MemoryPressureHandler12ReliefLogger16s_loggingEnabledE
+__ZN7WebCore21MemoryPressureHandler13releaseMemoryEb
+__ZN7WebCore21MemoryPressureHandler7installEv
+__ZN7WebCore21NetworkStorageSession21defaultStorageSessionEv
+__ZN7WebCore21NetworkStorageSession25switchToNewTestingSessionEv
+__ZN7WebCore21NetworkStorageSession28createPrivateBrowsingSessionERKN3WTF6StringE
+__ZN7WebCore21PageOverlayController18installPageOverlayEN3WTF10PassRefPtrINS_11PageOverlayEEENS3_8FadeModeE
+__ZN7WebCore21PageOverlayController20uninstallPageOverlayEPNS_11PageOverlayENS1_8FadeModeE
+__ZN7WebCore21PageOverlayController20viewOverlayRootLayerEv
+__ZN7WebCore21PageOverlayController24documentOverlayRootLayerEv
+__ZN7WebCore21PageOverlayController32copyAccessibilityAttributesNamesEb
+__ZN7WebCore21PageOverlayController43copyAccessibilityAttributeBoolValueForPointEN3WTF6StringENS_10FloatPointERb
+__ZN7WebCore21PageOverlayController45copyAccessibilityAttributeStringValueForPointEN3WTF6StringENS_10FloatPointERS2_
+__ZN7WebCore21PlatformKeyboardEvent24disambiguateKeyDownEventENS_13PlatformEvent4TypeEb
+__ZN7WebCore21RemoteCommandListener6createERNS_27RemoteCommandListenerClientE
+__ZN7WebCore21ResourceLoadScheduler20servePendingRequestsENS_20ResourceLoadPriorityE
+__ZN7WebCore21ResourceLoadScheduler20servePendingRequestsEPNS0_15HostInformationENS_20ResourceLoadPriorityE
+__ZN7WebCore21ResourceLoadScheduler21resumePendingRequestsEv
+__ZN7WebCore21ResourceLoadScheduler22suspendPendingRequestsEv
+__ZN7WebCore21ResourceLoadScheduler24schedulePluginStreamLoadEPNS_5FrameEPNS_32NetscapePlugInStreamLoaderClientERKNS_15ResourceRequestE
+__ZN7WebCore21ResourceLoadScheduler32notifyDidScheduleResourceRequestEPNS_14ResourceLoaderE
+__ZN7WebCore21ResourceLoadScheduler6removeEPNS_14ResourceLoaderE
+__ZN7WebCore21ResourceLoadSchedulerC2Ev
+__ZN7WebCore21ResourceLoadSchedulerD2Ev
+__ZN7WebCore21SerializedScriptValue11deserializeEPK15OpaqueJSContextPPK13OpaqueJSValue
+__ZN7WebCore21SerializedScriptValue11deserializeEPN3JSC9ExecStateEPNS1_14JSGlobalObjectEPN3WTF6VectorINS6_6RefPtrINS_11MessagePortEEELj1ENS6_15CrashOnOverflowEEENS_22SerializationErrorModeE
+__ZN7WebCore21SerializedScriptValue6createEPK15OpaqueJSContextPK13OpaqueJSValuePS6_
+__ZN7WebCore21SerializedScriptValue6createEPN3JSC9ExecStateENS1_7JSValueEPN3WTF6VectorINS5_6RefPtrINS_11MessagePortEEELj1ENS5_15CrashOnOverflowEEEPNS6_INS7_INS1_11ArrayBufferEEELj1ESA_EENS_22SerializationErrorModeE
+__ZN7WebCore21SerializedScriptValue6createERKN3WTF6StringE
+__ZN7WebCore21SerializedScriptValueC1ERN3WTF6VectorIhLj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore21SerializedScriptValueD1Ev
+__ZN7WebCore21URLByRemovingUserInfoEP5NSURL
+__ZN7WebCore21UserContentController13addUserScriptERNS_15DOMWrapperWorldENSt3__110unique_ptrINS_10UserScriptENS3_14default_deleteIS5_EEEE
+__ZN7WebCore21UserContentController17addUserStyleSheetERNS_15DOMWrapperWorldENSt3__110unique_ptrINS_14UserStyleSheetENS3_14default_deleteIS5_EEEENS_22UserStyleInjectionTimeE
+__ZN7WebCore21UserContentController17removeUserScriptsERNS_15DOMWrapperWorldE
+__ZN7WebCore21UserContentController21removeUserStyleSheetsERNS_15DOMWrapperWorldE
+__ZN7WebCore21UserContentController31addUserMessageHandlerDescriptorERNS_28UserMessageHandlerDescriptorE
+__ZN7WebCore21UserContentController34removeUserMessageHandlerDescriptorERNS_28UserMessageHandlerDescriptorE
+__ZN7WebCore21UserContentController6createEv
+__ZN7WebCore21UserContentControllerD1Ev
+__ZN7WebCore21UserContentURLPattern5parseERKN3WTF6StringE
+__ZN7WebCore21ViewportConfiguration15setContentsSizeERKNS_7IntSizeE
+__ZN7WebCore21ViewportConfiguration17testingParametersEv
+__ZN7WebCore21ViewportConfiguration17webpageParametersEv
+__ZN7WebCore21ViewportConfiguration20setMinimumLayoutSizeERKNS_9FloatSizeE
+__ZN7WebCore21ViewportConfiguration20setViewportArgumentsERKNS_17ViewportArgumentsE
+__ZN7WebCore21ViewportConfiguration21xhtmlMobileParametersEv
+__ZN7WebCore21ViewportConfiguration22textDocumentParametersEv
+__ZN7WebCore21ViewportConfiguration23imageDocumentParametersEv
+__ZN7WebCore21ViewportConfiguration23setDefaultConfigurationERKNS0_10ParametersE
+__ZN7WebCore21ViewportConfigurationC1Ev
+__ZN7WebCore21WindowsLatin1EncodingEv
+__ZN7WebCore21createCFURLFromBufferEPKcmPK7__CFURL
+__ZN7WebCore21findEventWithKeyStateEPNS_5EventE
+__ZN7WebCore21getCachedDOMStructureEPNS_17JSDOMGlobalObjectEPKN3JSC9ClassInfoE
+__ZN7WebCore21isBackForwardLoadTypeENS_13FrameLoadTypeE
+__ZN7WebCore21mainThreadNormalWorldEv
+__ZN7WebCore21markerTextForListItemEPNS_7ElementE
+__ZN7WebCore21memoryPressureHandlerEv
+__ZN7WebCore21resourceLoadSchedulerEv
+__ZN7WebCore21setGlobalIconDatabaseEPNS_16IconDatabaseBaseE
+__ZN7WebCore21setPlatformStrategiesEPNS_18PlatformStrategiesE
+__ZN7WebCore21toCAValueFunctionTypeENS_19PlatformCAAnimation17ValueFunctionTypeE
+__ZN7WebCore22HTMLPlugInImageElement24restartSnapshottedPlugInEv
+__ZN7WebCore22HTMLPlugInImageElement29setIsPrimarySnapshottedPlugInEb
+__ZN7WebCore22MutableStyleProperties25ensureCSSStyleDeclarationEv
+__ZN7WebCore22MutableStylePropertiesD1Ev
+__ZN7WebCore22PlatformCAAnimationMac6createEP19CAPropertyAnimation
+__ZN7WebCore22RuntimeEnabledFeatures14sharedFeaturesEv
+__ZN7WebCore22ScriptExecutionContext26canSuspendActiveDOMObjectsEv
+__ZN7WebCore22ScriptExecutionContext2vmEv
+__ZN7WebCore22StorageEventDispatcher34dispatchLocalStorageEventsToFramesERNS_9PageGroupERKN3WTF6VectorINS3_6RefPtrINS_5FrameEEELj0ENS3_15CrashOnOverflowEEERKNS3_6StringESE_SE_SE_PNS_14SecurityOriginE
+__ZN7WebCore22URLByCanonicalizingURLEP5NSURL
+__ZN7WebCore22URLWithUserTypedStringEP8NSStringP5NSURL
+__ZN7WebCore22WheelEventDeltaTracker17endTrackingDeltasEv
+__ZN7WebCore22WheelEventDeltaTracker19beginTrackingDeltasEv
+__ZN7WebCore22WheelEventDeltaTracker21recordWheelEventDeltaERKNS_18PlatformWheelEventE
+__ZN7WebCore22WheelEventDeltaTrackerC1Ev
+__ZN7WebCore22WheelEventDeltaTrackerD1Ev
+__ZN7WebCore22colorWithOverrideAlphaEjf
+__ZN7WebCore22counterValueForElementEPNS_7ElementE
+__ZN7WebCore22createFragmentFromTextERNS_5RangeERKN3WTF6StringE
+__ZN7WebCore22externalRepresentationEPNS_5FrameEj
+__ZN7WebCore22externalRepresentationEPNS_7ElementEj
+__ZN7WebCore22protocolIsInHTTPFamilyERKN3WTF6StringE
+__ZN7WebCore22systemMarketingVersionEv
+__ZN7WebCore22throwSequenceTypeErrorERN3JSC9ExecStateE
+__ZN7WebCore22userPreferredLanguagesEv
+__ZN7WebCore23ApplicationCacheStorage14setMaximumSizeEx
+__ZN7WebCore23ApplicationCacheStorage16deleteAllEntriesEv
+__ZN7WebCore23ApplicationCacheStorage16storeCopyOfCacheERKN3WTF6StringEPNS_20ApplicationCacheHostE
+__ZN7WebCore23ApplicationCacheStorage17setCacheDirectoryERKN3WTF6StringE
+__ZN7WebCore23ApplicationCacheStorage18vacuumDatabaseFileEv
+__ZN7WebCore23ApplicationCacheStorage19getOriginsWithCacheERN3WTF7HashSetINS1_6RefPtrINS_14SecurityOriginEEENS_18SecurityOriginHashENS1_10HashTraitsIS5_EEEE
+__ZN7WebCore23ApplicationCacheStorage21setDefaultOriginQuotaEx
+__ZN7WebCore23ApplicationCacheStorage23calculateQuotaForOriginEPKNS_14SecurityOriginERx
+__ZN7WebCore23ApplicationCacheStorage23calculateUsageForOriginEPKNS_14SecurityOriginERx
+__ZN7WebCore23ApplicationCacheStorage26storeUpdatedQuotaForOriginEPKNS_14SecurityOriginEx
+__ZN7WebCore23ApplicationCacheStorage5emptyEv
+__ZN7WebCore23AuthenticationChallenge23setAuthenticationClientEPNS_20AuthenticationClientE
+__ZN7WebCore23AuthenticationChallengeC1ERKNS_15ProtectionSpaceERKNS_10CredentialEjRKNS_16ResourceResponseERKNS_13ResourceErrorE
+__ZN7WebCore23SynchronousLoaderClient24platformBadResponseErrorEv
+__ZN7WebCore23dataForURLComponentTypeEP5NSURL18CFURLComponentType
+__ZN7WebCore23decodeHostNameWithRangeEP8NSString8_NSRange
+__ZN7WebCore23encodeHostNameWithRangeEP8NSString8_NSRange
+__ZN7WebCore23getFileModificationTimeERKN3WTF6StringERl
+__ZN7WebCore23getHostnamesWithCookiesERKNS_21NetworkStorageSessionERN3WTF7HashSetINS3_6StringENS3_10StringHashENS3_10HashTraitsIS5_EEEE
+__ZN7WebCore23toCAMediaTimingFunctionEPKNS_14TimingFunctionEb
+__ZN7WebCore24CachedResourceHandleBase11setResourceEPNS_14CachedResourceE
+__ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeENS_14DocumentMarker11MarkerTypesE
+__ZN7WebCore24DocumentMarkerController13removeMarkersENS_14DocumentMarker11MarkerTypesE
+__ZN7WebCore24DocumentMarkerController18addTextMatchMarkerEPKNS_5RangeEb
+__ZN7WebCore24DocumentMarkerController23renderedRectsForMarkersENS_14DocumentMarker10MarkerTypeE
+__ZN7WebCore24FrameDestructionObserver12observeFrameEPNS_5FrameE
+__ZN7WebCore24FrameDestructionObserver14frameDestroyedEv
+__ZN7WebCore24FrameDestructionObserver14willDetachPageEv
+__ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE
+__ZN7WebCore24FrameDestructionObserverD2Ev
+__ZN7WebCore24ImmutableStylePropertiesD1Ev
+__ZN7WebCore24createFragmentFromMarkupERNS_8DocumentERKN3WTF6StringES5_NS_19ParserContentPolicyE
+__ZN7WebCore24decodeURLEscapeSequencesERKN3WTF6StringE
+__ZN7WebCore24deleteCookiesForHostnameERKNS_21NetworkStorageSessionERKN3WTF6StringE
+__ZN7WebCore24fileSystemRepresentationERKN3WTF6StringE
+__ZN7WebCore24notifyHistoryItemChangedE
+__ZN7WebCore24pathByAppendingComponentERKN3WTF6StringES3_
+__ZN7WebCore24redirectChainAllowsReuseENS_24RedirectChainCacheStatusE
+__ZN7WebCore25addLanguageChangeObserverEPvPFvS0_E
+__ZN7WebCore25computeViewportAttributesENS_17ViewportArgumentsEiiifNS_7IntSizeE
+__ZN7WebCore25createCanonicalUUIDStringEv
+__ZN7WebCore25directionOfEnclosingBlockERKNS_8PositionE
+__ZN7WebCore25getOutOfLineCachedWrapperEPNS_17JSDOMGlobalObjectEPNS_4NodeE
+__ZN7WebCore25updateRedirectChainStatusERNS_24RedirectChainCacheStatusERKNS_16ResourceResponseE
+__ZN7WebCore26ContextDestructionObserver16contextDestroyedEv
+__ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE
+__ZN7WebCore26ContextDestructionObserverD2Ev
+__ZN7WebCore26NetscapePlugInStreamLoader6createEPNS_5FrameEPNS_32NetscapePlugInStreamLoaderClientERKNS_15ResourceRequestE
+__ZN7WebCore26UserTypingGestureIndicator27processingUserTypingGestureEv
+__ZN7WebCore26UserTypingGestureIndicator28focusedElementAtGestureStartEv
+__ZN7WebCore26provideDeviceOrientationToEPNS_4PageEPNS_23DeviceOrientationClientE
+__ZN7WebCore26stopObservingCookieChangesEv
+__ZN7WebCore27AuthenticationChallengeBase7compareERKNS_23AuthenticationChallengeES3_
+__ZN7WebCore27AuthenticationChallengeBase7nullifyEv
+__ZN7WebCore27AuthenticationChallengeBaseC2Ev
+__ZN7WebCore27CSSComputedStyleDeclaration3refEv
+__ZN7WebCore27CSSComputedStyleDeclaration5derefEv
+__ZN7WebCore27CSSComputedStyleDeclarationC1EN3WTF10PassRefPtrINS_4NodeEEEbRKNS1_6StringE
+__ZN7WebCore27DeviceOrientationClientMock14setOrientationEN3WTF10PassRefPtrINS_21DeviceOrientationDataEEE
+__ZN7WebCore27DeviceOrientationClientMockC1Ev
+__ZN7WebCore27applicationIsAdobeInstallerEv
+__ZN7WebCore27applicationIsMicrosoftMyDayEv
+__ZN7WebCore27protocolHostAndPortAreEqualERKNS_3URLES2_
+__ZN7WebCore27reportDeprecatedGetterErrorERN3JSC9ExecStateEPKcS4_
+__ZN7WebCore27reportDeprecatedSetterErrorERN3JSC9ExecStateEPKcS4_
+__ZN7WebCore27startObservingCookieChangesEPFvvE
+__ZN7WebCore28DocumentStyleSheetCollection12addUserSheetEN3WTF7PassRefINS_18StyleSheetContentsEEE
+__ZN7WebCore28DocumentStyleSheetCollection14addAuthorSheetEN3WTF7PassRefINS_18StyleSheetContentsEEE
+__ZN7WebCore28UserMessageHandlerDescriptorC1ERKN3WTF12AtomicStringERNS_15DOMWrapperWorldERNS0_6ClientE
+__ZN7WebCore28UserMessageHandlerDescriptorD1Ev
+__ZN7WebCore28encodeWithURLEscapeSequencesERKN3WTF6StringE
+__ZN7WebCore28removeLanguageChangeObserverEPv
+__ZN7WebCore28throwArgumentMustBeEnumErrorERN3JSC9ExecStateEjPKcS4_S4_S4_
+__ZN7WebCore29cookieRequestHeaderFieldValueERKNS_21NetworkStorageSessionERKNS_3URLES5_
+__ZN7WebCore29createDefaultParagraphElementERNS_8DocumentE
+__ZN7WebCore29isCharacterSmartReplaceExemptEib
+__ZN7WebCore30hostNameNeedsDecodingWithRangeEP8NSString8_NSRange
+__ZN7WebCore30hostNameNeedsEncodingWithRangeEP8NSString8_NSRange
+__ZN7WebCore30overrideUserPreferredLanguagesERKN3WTF6VectorINS0_6StringELj0ENS0_15CrashOnOverflowEEE
+__ZN7WebCore31CrossOriginPreflightResultCache5emptyEv
+__ZN7WebCore31CrossOriginPreflightResultCache6sharedEv
+__ZN7WebCore31equalIgnoringFragmentIdentifierERKNS_3URLES2_
+__ZN7WebCore33deleteAllCookiesModifiedAfterDateERKNS_21NetworkStorageSessionEd
+__ZN7WebCore33stripLeadingAndTrailingHTMLSpacesERKN3WTF6StringE
+__ZN7WebCore36largestRectWithAspectRatioInsideRectEfRKNS_9FloatRectE
+__ZN7WebCore36standardUserAgentWithApplicationNameERKN3WTF6StringES3_
+__ZN7WebCore37WidgetHierarchyUpdatesSuspensionScope11moveWidgetsEv
+__ZN7WebCore37WidgetHierarchyUpdatesSuspensionScope35s_widgetHierarchyUpdateSuspendCountE
+__ZN7WebCore37computeFreshnessLifetimeForHTTPFamilyERKNS_16ResourceResponseEd
+__ZN7WebCore38updateResponseHeadersAfterRevalidationERNS_16ResourceResponseERKS0_
+__ZN7WebCore3URL10invalidateEv
+__ZN7WebCore3URL11setProtocolERKN3WTF6StringE
+__ZN7WebCore3URL7setPathERKN3WTF6StringE
+__ZN7WebCore3URLC1ENS_18ParsedURLStringTagERKN3WTF6StringE
+__ZN7WebCore3URLC1EP5NSURL
+__ZN7WebCore3URLC1EPK7__CFURL
+__ZN7WebCore3URLC1ERKS0_RKN3WTF6StringE
+__ZN7WebCore3macERKNS_23AuthenticationChallengeE
+__ZN7WebCore40defaultTextEncodingNameForSystemLanguageEv
+__ZN7WebCore40restrictMinimumScaleFactorToViewportSizeERNS_18ViewportAttributesENS_7IntSizeEf
+__ZN7WebCore42URLByTruncatingOneCharacterBeforeComponentEP5NSURL18CFURLComponentType
+__ZN7WebCore47attributedStringByStrippingAttachmentCharactersEP18NSAttributedString
+__ZN7WebCore4Font11setCodePathENS0_8CodePathE
+__ZN7WebCore4Font18shouldUseSmoothingEv
+__ZN7WebCore4Font21setShouldUseSmoothingEb
+__ZN7WebCore4Font29setDefaultTypesettingFeaturesEj
+__ZN7WebCore4FontC1ERKNS_16FontPlatformDataEbNS_17FontSmoothingModeE
+__ZN7WebCore4FontC1Ev
+__ZN7WebCore4FontaSERKS0_
+__ZN7WebCore4Icon18createIconForFilesERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore4IconD1Ev
+__ZN7WebCore4Node10renderRectEPb
+__ZN7WebCore4Node11appendChildEN3WTF10PassRefPtrIS0_EERi
+__ZN7WebCore4Node11removeChildEPS0_Ri
+__ZN7WebCore4Node12insertBeforeEN3WTF10PassRefPtrIS0_EEPS0_Ri
+__ZN7WebCore4Node14removedLastRefEv
+__ZN7WebCore4Node14setTextContentERKN3WTF6StringERi
+__ZN7WebCore4Node17isContentEditableENS0_22UserSelectAllTreatmentE
+__ZN7WebCore4Node17stopIgnoringLeaksEv
+__ZN7WebCore4Node18startIgnoringLeaksEv
+__ZN7WebCore4Node19setNeedsStyleRecalcENS_15StyleChangeTypeE
+__ZN7WebCore4Node6removeERi
+__ZN7WebCore4Page10findStringERKN3WTF6StringEh
+__ZN7WebCore4Page11PageClientsC1Ev
+__ZN7WebCore4Page11PageClientsD1Ev
+__ZN7WebCore4Page12setGroupNameERKN3WTF6StringE
+__ZN7WebCore4Page12setIsVisibleEb
+__ZN7WebCore4Page12setSessionIDENS_9SessionIDE
+__ZN7WebCore4Page12setViewStateEj
+__ZN7WebCore4Page13rangeOfStringERKN3WTF6StringEPNS_5RangeEh
+__ZN7WebCore4Page13setIsInWindowEb
+__ZN7WebCore4Page13setPaginationERKNS_10PaginationE
+__ZN7WebCore4Page14setIsPrerenderEv
+__ZN7WebCore4Page14setMediaVolumeEf
+__ZN7WebCore4Page15addSchedulePairEN3WTF10PassRefPtrINS1_12SchedulePairEEE
+__ZN7WebCore4Page16countFindMatchesERKN3WTF6StringEhj
+__ZN7WebCore4Page16setCanStartMediaEb
+__ZN7WebCore4Page16setDefersLoadingEb
+__ZN7WebCore4Page18removeSchedulePairEN3WTF10PassRefPtrINS1_12SchedulePairEEE
+__ZN7WebCore4Page18setPageScaleFactorEfRKNS_8IntPointEb
+__ZN7WebCore4Page18setTopContentInsetEf
+__ZN7WebCore4Page19addLayoutMilestonesEj
+__ZN7WebCore4Page19enablePageThrottlerEv
+__ZN7WebCore4Page20scrollingCoordinatorEv
+__ZN7WebCore4Page20setDeviceScaleFactorEf
+__ZN7WebCore4Page20unmarkAllTextMatchesEv
+__ZN7WebCore4Page21markAllMatchesForTextERKN3WTF6StringEhbj
+__ZN7WebCore4Page21resumeAnimatingImagesEv
+__ZN7WebCore4Page22nonFastScrollableRectsEPKNS_5FrameE
+__ZN7WebCore4Page22removeLayoutMilestonesEj
+__ZN7WebCore4Page23clearUndoRedoOperationsEv
+__ZN7WebCore4Page23invalidateStylesForLinkEy
+__ZN7WebCore4Page24findStringMatchingRangesERKN3WTF6StringEhiRNS1_6VectorINS1_6RefPtrINS_5RangeEEELj0ENS1_15CrashOnOverflowEEERi
+__ZN7WebCore4Page24resumeScriptedAnimationsEv
+__ZN7WebCore4Page24scrollingStateTreeAsTextEv
+__ZN7WebCore4Page25suspendScriptedAnimationsEv
+__ZN7WebCore4Page27enableLegacyPrivateBrowsingEb
+__ZN7WebCore4Page27invalidateStylesForAllLinksEv
+__ZN7WebCore4Page27setVerticalScrollElasticityENS_16ScrollElasticityE
+__ZN7WebCore4Page27setZoomedOutPageScaleFactorEf
+__ZN7WebCore4Page29clearPreviousItemFromAllPagesEPNS_11HistoryItemE
+__ZN7WebCore4Page29setHorizontalScrollElasticityENS_16ScrollElasticityE
+__ZN7WebCore4Page32setMemoryCacheClientCallsEnabledEb
+__ZN7WebCore4Page33synchronousScrollingReasonsAsTextEv
+__ZN7WebCore4Page35resumeActiveDOMObjectsAndAnimationsEv
+__ZN7WebCore4Page36setShouldSuppressScrollbarAnimationsEb
+__ZN7WebCore4Page36suspendActiveDOMObjectsAndAnimationsEv
+__ZN7WebCore4Page37setInLowQualityImageInterpolationModeEb
+__ZN7WebCore4Page8goToItemEPNS_11HistoryItemENS_13FrameLoadTypeE
+__ZN7WebCore4Page8setMutedEb
+__ZN7WebCore4Page9initGroupEv
+__ZN7WebCore4PageC1ERNS0_11PageClientsE
+__ZN7WebCore4PageD1Ev
+__ZN7WebCore4Path14addRoundedRectERKNS_16FloatRoundedRectENS0_19RoundedRectStrategyE
+__ZN7WebCore4Path14addRoundedRectERKNS_9FloatRectERKNS_9FloatSizeENS0_19RoundedRectStrategyE
+__ZN7WebCore4PathC1Ev
+__ZN7WebCore4PathD1Ev
+__ZN7WebCore4coreEP28NSURLAuthenticationChallenge
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS0_7ProfileE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_10ClientRectE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_12DOMWindowCSSE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_13DOMStringListE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_14ClientRectListE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_19CSSStyleDeclarationE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_5RangeE
+__ZN7WebCore50restrictScaleFactorToInitialScaleIfNotUserScalableERNS_18ViewportAttributesE
+__ZN7WebCore5Color11transparentE
+__ZN7WebCore5Color5whiteE
+__ZN7WebCore5Frame10createViewERKNS_7IntSizeERKNS_5ColorEbS3_RKNS_7IntRectEbNS_13ScrollbarModeEbSA_b
+__ZN7WebCore5Frame13rangeForPointERKNS_8IntPointE
+__ZN7WebCore5Frame14frameForWidgetEPKNS_6WidgetE
+__ZN7WebCore5Frame17setPageZoomFactorEf
+__ZN7WebCore5Frame17setTextZoomFactorEf
+__ZN7WebCore5Frame23visiblePositionForPointERKNS_8IntPointE
+__ZN7WebCore5Frame24searchForLabelsAboveCellERKN3JSC4Yarr17RegularExpressionEPNS_20HTMLTableCellElementEPm
+__ZN7WebCore5Frame25setPageAndTextZoomFactorsEff
+__ZN7WebCore5Frame27resizePageRectsKeepingRatioERKNS_9FloatSizeES3_
+__ZN7WebCore5Frame6createEPNS_4PageEPNS_21HTMLFrameOwnerElementEPNS_17FrameLoaderClientE
+__ZN7WebCore5Frame7setViewEN3WTF10PassRefPtrINS_9FrameViewEEE
+__ZN7WebCore5FrameD1Ev
+__ZN7WebCore5Image12supportsTypeERKN3WTF6StringE
+__ZN7WebCore5Image20loadPlatformResourceEPKc
+__ZN7WebCore5Image7setDataEN3WTF10PassRefPtrINS_12SharedBufferEEEb
+__ZN7WebCore5Image9nullImageEv
+__ZN7WebCore5Range10selectNodeEPNS_4NodeERi
+__ZN7WebCore5Range11setEndAfterEPNS_4NodeERi
+__ZN7WebCore5Range12setEndBeforeEPNS_4NodeERi
+__ZN7WebCore5Range13setStartAfterEPNS_4NodeERi
+__ZN7WebCore5Range14isPointInRangeEPNS_4NodeEiRi
+__ZN7WebCore5Range14setStartBeforeEPNS_4NodeERi
+__ZN7WebCore5Range18selectNodeContentsEPNS_4NodeERi
+__ZN7WebCore5Range6createERNS_8DocumentE
+__ZN7WebCore5Range6createERNS_8DocumentEN3WTF10PassRefPtrINS_4NodeEEEiS6_i
+__ZN7WebCore5Range6setEndEN3WTF10PassRefPtrINS_4NodeEEEiRi
+__ZN7WebCore5Range8collapseEbRi
+__ZN7WebCore5Range8setStartEN3WTF10PassRefPtrINS_4NodeEEEiRi
+__ZN7WebCore5RangeD1Ev
+__ZN7WebCore6Chrome16setStatusbarTextEPNS_5FrameERKN3WTF6StringE
+__ZN7WebCore6Chrome5printEPNS_5FrameE
+__ZN7WebCore6Editor10applyStyleEPNS_15StylePropertiesENS_10EditActionE
+__ZN7WebCore6Editor10findStringERKN3WTF6StringEh
+__ZN7WebCore6Editor10insertTextERKN3WTF6StringEPNS_5EventE
+__ZN7WebCore6Editor13performDeleteEv
+__ZN7WebCore6Editor13rangeForPointERKNS_8IntPointE
+__ZN7WebCore6Editor14setCompositionERKN3WTF6StringERKNS1_6VectorINS_20CompositionUnderlineELj0ENS1_15CrashOnOverflowEEEjj
+__ZN7WebCore6Editor14simplifyMarkupEPNS_4NodeES2_
+__ZN7WebCore6Editor15pasteAsFragmentEN3WTF10PassRefPtrINS_16DocumentFragmentEEEbbNS_22MailBlockquoteHandlingE
+__ZN7WebCore6Editor16pasteAsPlainTextEv
+__ZN7WebCore6Editor17cancelCompositionEv
+__ZN7WebCore6Editor17insertOrderedListEv
+__ZN7WebCore6Editor18confirmCompositionERKN3WTF6StringE
+__ZN7WebCore6Editor18confirmCompositionEv
+__ZN7WebCore6Editor18insertDictatedTextERKN3WTF6StringERKNS1_6VectorINS_20DictationAlternativeELj0ENS1_15CrashOnOverflowEEEPNS_5EventE
+__ZN7WebCore6Editor19countMatchesForTextERKN3WTF6StringEPNS_5RangeEhjbPNS1_6VectorINS1_6RefPtrIS5_EELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore6Editor19deleteWithDirectionENS_18SelectionDirectionENS_15TextGranularityEbb
+__ZN7WebCore6Editor19insertUnorderedListEv
+__ZN7WebCore6Editor21applyStyleToSelectionEPNS_15StylePropertiesENS_10EditActionE
+__ZN7WebCore6Editor22styleForSelectionStartEPNS_5FrameERPNS_4NodeE
+__ZN7WebCore6Editor22writeImageToPasteboardERNS_10PasteboardERNS_7ElementERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore6Editor23setBaseWritingDirectionE16WritingDirection
+__ZN7WebCore6Editor24computeAndSetTypingStyleEPNS_15StylePropertiesENS_10EditActionE
+__ZN7WebCore6Editor24isSelectionUngrammaticalEv
+__ZN7WebCore6Editor24replaceSelectionWithTextERKN3WTF6StringEbb
+__ZN7WebCore6Editor26decreaseSelectionListLevelEv
+__ZN7WebCore6Editor26increaseSelectionListLevelEv
+__ZN7WebCore6Editor26toggleOverwriteModeEnabledEv
+__ZN7WebCore6Editor26writeSelectionToPasteboardERNS_10PasteboardE
+__ZN7WebCore6Editor28replaceSelectionWithFragmentEN3WTF10PassRefPtrINS_16DocumentFragmentEEEbbbNS_22MailBlockquoteHandlingE
+__ZN7WebCore6Editor28updateEditorUINowIfScheduledEv
+__ZN7WebCore6Editor29canDecreaseSelectionListLevelEv
+__ZN7WebCore6Editor29canIncreaseSelectionListLevelEv
+__ZN7WebCore6Editor29handleAlternativeTextUIResultERKN3WTF6StringE
+__ZN7WebCore6Editor29toggleContinuousSpellCheckingEv
+__ZN7WebCore6Editor30deleteSelectionWithSmartDeleteEb
+__ZN7WebCore6Editor30pasteAsPlainTextBypassingDHTMLEv
+__ZN7WebCore6Editor33increaseSelectionListLevelOrderedEv
+__ZN7WebCore6Editor34setMarkedTextMatchesAreHighlightedEb
+__ZN7WebCore6Editor35increaseSelectionListLevelUnorderedEv
+__ZN7WebCore6Editor35setIgnoreCompositionSelectionChangeEb
+__ZN7WebCore6Editor36replaceSelectionWithAttributedStringEP18NSAttributedStringNS_22MailBlockquoteHandlingE
+__ZN7WebCore6Editor38commandIsSupportedFromMenuOrKeyBindingERKN3WTF6StringE
+__ZN7WebCore6Editor39insertParagraphSeparatorInQuotedContentEv
+__ZN7WebCore6Editor3cutEv
+__ZN7WebCore6Editor4copyEv
+__ZN7WebCore6Editor5pasteEv
+__ZN7WebCore6Editor6indentEv
+__ZN7WebCore6Editor7CommandC1Ev
+__ZN7WebCore6Editor7commandERKN3WTF6StringE
+__ZN7WebCore6Editor7copyURLERKNS_3URLERKN3WTF6StringE
+__ZN7WebCore6Editor7outdentEv
+__ZN7WebCore6JSNode6s_infoE
+__ZN7WebCore6JSNode9toWrappedEN3JSC7JSValueE
+__ZN7WebCore6LengthC1EN3WTF7PassRefINS_16CalculationValueEEE
+__ZN7WebCore6Region21updateBoundsFromShapeEv
+__ZN7WebCore6Region5uniteERKS0_
+__ZN7WebCore6Region8subtractERKS0_
+__ZN7WebCore6Region9intersectERKS0_
+__ZN7WebCore6Region9translateERKNS_7IntSizeE
+__ZN7WebCore6RegionC1ERKNS_7IntRectE
+__ZN7WebCore6RegionC1Ev
+__ZN7WebCore6Widget12setFrameRectERKNS_7IntRectE
+__ZN7WebCore6Widget16removeFromParentEv
+__ZN7WebCore6Widget4hideEv
+__ZN7WebCore6Widget4showEv
+__ZN7WebCore6Widget5paintEPNS_15GraphicsContextERKNS_7IntRectE
+__ZN7WebCore6Widget8setFocusEb
+__ZN7WebCore6Widget9setParentEPNS_10ScrollViewE
+__ZN7WebCore6WidgetD2Ev
+__ZN7WebCore6toInt8EPN3JSC9ExecStateENS0_7JSValueENS_30IntegerConversionConfigurationE
+__ZN7WebCore7Element12setAttributeERKN3WTF12AtomicStringES4_Ri
+__ZN7WebCore7Element12setAttributeERKNS_13QualifiedNameERKN3WTF12AtomicStringE
+__ZN7WebCore7Element16createShadowRootERi
+__ZN7WebCore7Element21boundsInRootViewSpaceEv
+__ZN7WebCore7Element9innerTextEv
+__ZN7WebCore7Element9setPseudoERKN3WTF12AtomicStringE
+__ZN7WebCore7IntRect5scaleEf
+__ZN7WebCore7IntRect5uniteERKS0_
+__ZN7WebCore7IntRect9intersectERKS0_
+__ZN7WebCore7IntRectC1ERKNS_10LayoutRectE
+__ZN7WebCore7IntRectC1ERKNS_9FloatRectE
+__ZN7WebCore7IntSizeC1ERK6CGSize
+__ZN7WebCore7IntSizeC1ERKNS_9FloatSizeE
+__ZN7WebCore7JSRange9toWrappedEN3JSC7JSValueE
+__ZN7WebCore7TextRun19allowsRoundingHacksEv
+__ZN7WebCore7TextRun21s_allowsRoundingHacksE
+__ZN7WebCore7TextRun22setAllowsRoundingHacksEb
+__ZN7WebCore7cookiesEPKNS_8DocumentERKNS_3URLE
+__ZN7WebCore7jsArrayEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEN3WTF10PassRefPtrINS_13DOMStringListEEE
+__ZN7WebCore7makeRGBEiii
+__ZN7WebCore7toInt16EPN3JSC9ExecStateENS0_7JSValueENS_30IntegerConversionConfigurationE
+__ZN7WebCore7toInt64EPN3JSC9ExecStateENS0_7JSValueENS_30IntegerConversionConfigurationE
+__ZN7WebCore7toUInt8EPN3JSC9ExecStateENS0_7JSValueENS_30IntegerConversionConfigurationE
+__ZN7WebCore8BlobData14setContentTypeERKN3WTF6StringE
+__ZN7WebCore8CSSValue7destroyEv
+__ZN7WebCore8Document11createRangeEv
+__ZN7WebCore8Document12allDocumentsEv
+__ZN7WebCore8Document12updateLayoutEv
+__ZN7WebCore8Document13createElementERKNS_13QualifiedNameEb
+__ZN7WebCore8Document13svgExtensionsEv
+__ZN7WebCore8Document14createTextNodeERKN3WTF6StringE
+__ZN7WebCore8Document16addAudioProducerEPNS_13AudioProducerE
+__ZN7WebCore8Document16isPageBoxVisibleEi
+__ZN7WebCore8Document16shortcutIconURLsEv
+__ZN7WebCore8Document17setFocusedElementEN3WTF10PassRefPtrINS_7ElementEEENS_14FocusDirectionE
+__ZN7WebCore8Document19accessSVGExtensionsEv
+__ZN7WebCore8Document19removeAudioProducerEPNS_13AudioProducerE
+__ZN7WebCore8Document19updateStyleIfNeededEv
+__ZN7WebCore8Document20styleResolverChangedENS_23StyleResolverUpdateFlagE
+__ZN7WebCore8Document20updateIsPlayingAudioEv
+__ZN7WebCore8Document22createDocumentFragmentEv
+__ZN7WebCore8Document23didAddWheelEventHandlerEv
+__ZN7WebCore8Document24addMediaCanStartListenerEPNS_21MediaCanStartListenerE
+__ZN7WebCore8Document24setShouldCreateRenderersEb
+__ZN7WebCore8Document25scheduleForcedStyleRecalcEv
+__ZN7WebCore8Document26didRemoveWheelEventHandlerEv
+__ZN7WebCore8Document26pageSizeAndMarginsInPixelsEiRNS_7IntSizeERiS3_S3_S3_
+__ZN7WebCore8Document27removeMediaCanStartListenerEPNS_21MediaCanStartListenerE
+__ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsENS0_18RunPostLayoutTasksE
+__ZN7WebCore8Document4headEv
+__ZN7WebCore8Document8iconURLsEi
+__ZN7WebCore8FormData10appendBlobERKNS_3URLE
+__ZN7WebCore8FormData10appendDataEPKvm
+__ZN7WebCore8FormData15appendFileRangeERKN3WTF6StringExxdb
+__ZN7WebCore8FormData6createEPKvm
+__ZN7WebCore8FormData6createEv
+__ZN7WebCore8FormDataD1Ev
+__ZN7WebCore8Gradient12addColorStopEfRKNS_5ColorE
+__ZN7WebCore8GradientC1ERKNS_10FloatPointES3_
+__ZN7WebCore8GradientD1Ev
+__ZN7WebCore8PositionC1EN3WTF10PassRefPtrINS_4NodeEEENS0_10AnchorTypeE
+__ZN7WebCore8PositionC1EN3WTF10PassRefPtrINS_4NodeEEENS0_19LegacyEditingOffsetE
+__ZN7WebCore8PositionC1EN3WTF10PassRefPtrINS_4NodeEEEiNS0_10AnchorTypeE
+__ZN7WebCore8Settings13gQTKitEnabledE
+__ZN7WebCore8Settings14setJavaEnabledEb
+__ZN7WebCore8Settings15setQTKitEnabledEb
+__ZN7WebCore8Settings16setImagesEnabledEb
+__ZN7WebCore8Settings16setScriptEnabledEb
+__ZN7WebCore8Settings16setUsesPageCacheEb
+__ZN7WebCore8Settings17setLayoutIntervalENSt3__16chrono8durationIxNS1_5ratioIL?1EL?1000EEEEE
+__ZN7WebCore8Settings17setPluginsEnabledEb
+__ZN7WebCore8Settings18setDefaultFontSizeEi
+__ZN7WebCore8Settings18setFixedFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings18setMinimumFontSizeEi
+__ZN7WebCore8Settings18setSerifFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings19minDOMTimerIntervalEv
+__ZN7WebCore8Settings19setShowDebugBordersEb
+__ZN7WebCore8Settings20setCursiveFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings20setFantasyFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings20setMediaTypeOverrideERKN3WTF6StringE
+__ZN7WebCore8Settings21mockScrollbarsEnabledEv
+__ZN7WebCore8Settings21setShowRepaintCounterEb
+__ZN7WebCore8Settings21setStandardFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings22setMinDOMTimerIntervalEd
+__ZN7WebCore8Settings22setSansSerifFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings23setDefaultFixedFontSizeEi
+__ZN7WebCore8Settings23setPictographFontFamilyERKN3WTF12AtomicStringE11UScriptCode
+__ZN7WebCore8Settings24setDNSPrefetchingEnabledEb
+__ZN7WebCore8Settings24setMockScrollbarsEnabledEb
+__ZN7WebCore8Settings24setStorageBlockingPolicyENS_14SecurityOrigin21StorageBlockingPolicyE
+__ZN7WebCore8Settings24setTextAreasAreResizableEb
+__ZN7WebCore8Settings24setUsesOverlayScrollbarsEb
+__ZN7WebCore8Settings25setMinimumLogicalFontSizeEi
+__ZN7WebCore8Settings25setUserStyleSheetLocationERKNS_3URLE
+__ZN7WebCore8Settings26defaultMinDOMTimerIntervalEv
+__ZN7WebCore8Settings26setSimpleLineLayoutEnabledEb
+__ZN7WebCore8Settings27setJavaEnabledForLocalFilesEb
+__ZN7WebCore8Settings27setLoadsImagesAutomaticallyEb
+__ZN7WebCore8Settings29setAuthorAndUserStylesEnabledEb
+__ZN7WebCore8Settings29setDefaultMinDOMTimerIntervalEd
+__ZN7WebCore8Settings30setShowTiledScrollingIndicatorEb
+__ZN7WebCore8Settings32defaultDOMTimerAlignmentIntervalEv
+__ZN7WebCore8Settings32setAcceleratedCompositingEnabledEb
+__ZN7WebCore8Settings32setNeedsAdobeFrameReloadingQuirkEb
+__ZN7WebCore8Settings32setScreenFontSubstitutionEnabledEb
+__ZN7WebCore8Settings33setFontFallbackPrefersPictographsEb
+__ZN7WebCore8Settings35setBackgroundShouldExtendBeyondPageEb
+__ZN7WebCore8Settings37setScrollingPerformanceLoggingEnabledEb
+__ZN7WebCore8Settings38setLowPowerVideoAudioBufferSizeEnabledEb
+__ZN7WebCore8Settings38setSimpleLineLayoutDebugBordersEnabledEb
+__ZN7WebCore8Settings41setAcceleratedCompositedAnimationsEnabledEb
+__ZN7WebCore8Settings42setHiddenPageCSSAnimationSuspensionEnabledEb
+__ZN7WebCore8Settings45setShouldRespectPriorityInCSSAttributeSettersEb
+__ZN7WebCore8blankURLEv
+__ZN7WebCore8makeRGBAEiiii
+__ZN7WebCore8openFileERKN3WTF6StringENS_12FileOpenModeE
+__ZN7WebCore8toStringERKN3WTF6VectorINS_11ProxyServerELj0ENS0_15CrashOnOverflowEEE
+__ZN7WebCore8toUInt16EPN3JSC9ExecStateENS0_7JSValueENS_30IntegerConversionConfigurationE
+__ZN7WebCore8toUInt64EPN3JSC9ExecStateENS0_7JSValueENS_30IntegerConversionConfigurationE
+__ZN7WebCore9AnimationC1Ev
+__ZN7WebCore9AnimationD1Ev
+__ZN7WebCore9DOMWindow30dispatchAllPendingUnloadEventsEv
+__ZN7WebCore9DOMWindow36dispatchAllPendingBeforeUnloadEventsEv
+__ZN7WebCore9FloatRect5scaleEff
+__ZN7WebCore9FloatRect5uniteERKS0_
+__ZN7WebCore9FloatRect9intersectERKS0_
+__ZN7WebCore9FloatRectC1ERK6CGRect
+__ZN7WebCore9FloatRectC1ERKNS_7IntRectE
+__ZN7WebCore9FloatSizeC1ERK6CGSize
+__ZN7WebCore9FloatSizeC1ERKNS_7IntSizeE
+__ZN7WebCore9FontCache10invalidateEv
+__ZN7WebCore9FontCache13fontDataCountEv
+__ZN7WebCore9FontCache17getCachedFontDataERKNS_15FontDescriptionERKN3WTF12AtomicStringEbNS0_12ShouldRetainE
+__ZN7WebCore9FontCache21inactiveFontDataCountEv
+__ZN7WebCore9FontCache21purgeInactiveFontDataEi
+__ZN7WebCore9FontCache29purgeInactiveFontDataIfNeededEv
+__ZN7WebCore9FrameTree11appendChildEN3WTF10PassRefPtrINS_5FrameEEE
+__ZN7WebCore9FrameTree7setNameERKN3WTF12AtomicStringE
+__ZN7WebCore9FrameTree9clearNameEv
+__ZN7WebCore9FrameView11forceLayoutEb
+__ZN7WebCore9FrameView12setMediaTypeERKN3WTF6StringE
+__ZN7WebCore9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE
+__ZN7WebCore9FrameView13setNodeToDrawEPNS_4NodeE
+__ZN7WebCore9FrameView14adjustViewSizeEv
+__ZN7WebCore9FrameView14invalidateRectERKNS_7IntRectE
+__ZN7WebCore9FrameView14setExposedRectENS_9FloatRectE
+__ZN7WebCore9FrameView14setNeedsLayoutEv
+__ZN7WebCore9FrameView14setTransparentEb
+__ZN7WebCore9FrameView15setFooterHeightEi
+__ZN7WebCore9FrameView15setHeaderHeightEi
+__ZN7WebCore9FrameView16setPaintBehaviorEj
+__ZN7WebCore9FrameView17addScrollableAreaEPNS_14ScrollableAreaE
+__ZN7WebCore9FrameView17paintControlTintsEv
+__ZN7WebCore9FrameView17setScrollPositionERKNS_8IntPointE
+__ZN7WebCore9FrameView17setTracksRepaintsEb
+__ZN7WebCore9FrameView17willEndLiveResizeEv
+__ZN7WebCore9FrameView18enableAutoSizeModeEbRKNS_7IntSizeES3_
+__ZN7WebCore9FrameView18updateControlTintsEv
+__ZN7WebCore9FrameView19scrollElementToRectEPNS_7ElementERKNS_7IntRectE
+__ZN7WebCore9FrameView19willStartLiveResizeEv
+__ZN7WebCore9FrameView20enterCompositingModeEv
+__ZN7WebCore9FrameView20removeScrollableAreaEPNS_14ScrollableAreaE
+__ZN7WebCore9FrameView20resetTrackedRepaintsEv
+__ZN7WebCore9FrameView20setCanHaveScrollbarsEb
+__ZN7WebCore9FrameView22setBaseBackgroundColorERKNS_5ColorE
+__ZN7WebCore9FrameView23updateCanHaveScrollbarsEv
+__ZN7WebCore9FrameView24forceLayoutForPaginationERKNS_9FloatSizeES3_fNS_19AdjustViewSizeOrNotE
+__ZN7WebCore9FrameView24paintContentsForSnapshotEPNS_15GraphicsContextERKNS_7IntRectENS0_19SelectionInSnapshotENS0_26CoordinateSpaceForSnapshotE
+__ZN7WebCore9FrameView24setScrollPinningBehaviorENS_21ScrollPinningBehaviorE
+__ZN7WebCore9FrameView26adjustPageHeightDeprecatedEPffff
+__ZN7WebCore9FrameView26adjustTiledBackingCoverageEv
+__ZN7WebCore9FrameView28yPositionForRootContentLayerERKNS_10FloatPointEff
+__ZN7WebCore9FrameView29setAutoSizeFixedMinimumHeightEi
+__ZN7WebCore9FrameView29setShouldUpdateWhileOffscreenEb
+__ZN7WebCore9FrameView31setVisualUpdatesAllowedByClientEb
+__ZN7WebCore9FrameView34setViewportSizeForCSSViewportUnitsENS_7IntSizeE
+__ZN7WebCore9FrameView37setScrollingPerformanceLoggingEnabledEb
+__ZN7WebCore9FrameView37updateLayoutAndStyleIfNeededRecursiveEv
+__ZN7WebCore9FrameView38scrollPositionChangedViaPlatformWidgetERKNS_8IntPointES3_
+__ZN7WebCore9FrameView39flushCompositingStateIncludingSubframesEv
+__ZN7WebCore9FrameView52disableLayerFlushThrottlingTemporarilyForInteractionEv
+__ZN7WebCore9FrameView6createERNS_5FrameE
+__ZN7WebCore9HTMLNames10actionAttrE
+__ZN7WebCore9HTMLNames10listingTagE
+__ZN7WebCore9HTMLNames11optgroupTagE
+__ZN7WebCore9HTMLNames11patternAttrE
+__ZN7WebCore9HTMLNames11textareaTagE
+__ZN7WebCore9HTMLNames12disabledAttrE
+__ZN7WebCore9HTMLNames12selectedAttrE
+__ZN7WebCore9HTMLNames13blockquoteTagE
+__ZN7WebCore9HTMLNames15pluginspageAttrE
+__ZN7WebCore9HTMLNames4aTagE
+__ZN7WebCore9HTMLNames4initEv
+__ZN7WebCore9HTMLNames4pTagE
+__ZN7WebCore9HTMLNames5brTagE
+__ZN7WebCore9HTMLNames5ddTagE
+__ZN7WebCore9HTMLNames5dlTagE
+__ZN7WebCore9HTMLNames5dtTagE
+__ZN7WebCore9HTMLNames5h1TagE
+__ZN7WebCore9HTMLNames5h2TagE
+__ZN7WebCore9HTMLNames5h3TagE
+__ZN7WebCore9HTMLNames5h4TagE
+__ZN7WebCore9HTMLNames5h5TagE
+__ZN7WebCore9HTMLNames5h6TagE
+__ZN7WebCore9HTMLNames5hrTagE
+__ZN7WebCore9HTMLNames5liTagE
+__ZN7WebCore9HTMLNames5olTagE
+__ZN7WebCore9HTMLNames5tdTagE
+__ZN7WebCore9HTMLNames5thTagE
+__ZN7WebCore9HTMLNames5trTagE
+__ZN7WebCore9HTMLNames5ulTagE
+__ZN7WebCore9HTMLNames6divTagE
+__ZN7WebCore9HTMLNames6idAttrE
+__ZN7WebCore9HTMLNames6imgTagE
+__ZN7WebCore9HTMLNames6preTagE
+__ZN7WebCore9HTMLNames7formTagE
+__ZN7WebCore9HTMLNames7srcAttrE
+__ZN7WebCore9HTMLNames8embedTagE
+__ZN7WebCore9HTMLNames8frameTagE
+__ZN7WebCore9HTMLNames8hrefAttrE
+__ZN7WebCore9HTMLNames8inputTagE
+__ZN7WebCore9HTMLNames8nameAttrE
+__ZN7WebCore9HTMLNames8styleTagE
+__ZN7WebCore9HTMLNames8typeAttrE
+__ZN7WebCore9HTMLNames8videoTagE
+__ZN7WebCore9HTMLNames9appletTagE
+__ZN7WebCore9HTMLNames9classAttrE
+__ZN7WebCore9HTMLNames9iframeTagE
+__ZN7WebCore9HTMLNames9objectTagE
+__ZN7WebCore9HTMLNames9optionTagE
+__ZN7WebCore9HTMLNames9scriptTagE
+__ZN7WebCore9HTMLNames9selectTagE
+__ZN7WebCore9HTMLNames9styleAttrE
+__ZN7WebCore9HTMLNames9titleAttrE
+__ZN7WebCore9HTMLNames9valueAttrE
+__ZN7WebCore9InlineBox14adjustPositionEff
+__ZN7WebCore9InlineBox14dirtyLineBoxesEv
+__ZN7WebCore9InlineBox14selectionStateEv
+__ZN7WebCore9InlineBox16placeEllipsisBoxEbfffRfRb
+__ZN7WebCore9JSElement6s_infoE
+__ZN7WebCore9JSElement9toWrappedEN3JSC7JSValueE
+__ZN7WebCore9LayerPoolC1Ev
+__ZN7WebCore9LayerPoolD1Ev
+__ZN7WebCore9PageCache11setCapacityEi
+__ZN7WebCore9PageCache33markPagesForVistedLinkStyleRecalcEv
+__ZN7WebCore9PageCache6removeEPNS_11HistoryItemE
+__ZN7WebCore9PageGroup13isLinkVisitedEy
+__ZN7WebCore9PageGroup14addVisitedLinkEPKtm
+__ZN7WebCore9PageGroup16syncLocalStorageEv
+__ZN7WebCore9PageGroup17closeLocalStorageEv
+__ZN7WebCore9PageGroup18addVisitedLinkHashEy
+__ZN7WebCore9PageGroup20addUserScriptToWorldERNS_15DOMWrapperWorldERKN3WTF6StringERKNS_3URLERKNS3_6VectorIS4_Lj0ENS3_15CrashOnOverflowEEESE_NS_23UserScriptInjectionTimeENS_25UserContentInjectedFramesE
+__ZN7WebCore9PageGroup20removeAllUserContentEv
+__ZN7WebCore9PageGroup21removeAllVisitedLinksEv
+__ZN7WebCore9PageGroup24addUserStyleSheetToWorldERNS_15DOMWrapperWorldERKN3WTF6StringERKNS_3URLERKNS3_6VectorIS4_Lj0ENS3_15CrashOnOverflowEEESE_NS_25UserContentInjectedFramesENS_14UserStyleLevelENS_22UserStyleInjectionTimeE
+__ZN7WebCore9PageGroup25removeUserScriptFromWorldERNS_15DOMWrapperWorldERKNS_3URLE
+__ZN7WebCore9PageGroup26removeUserScriptsFromWorldERNS_15DOMWrapperWorldE
+__ZN7WebCore9PageGroup26setShouldTrackVisitedLinksEb
+__ZN7WebCore9PageGroup29removeUserStyleSheetFromWorldERNS_15DOMWrapperWorldERKNS_3URLE
+__ZN7WebCore9PageGroup30closeIdleLocalStorageDatabasesEv
+__ZN7WebCore9PageGroup30removeUserStyleSheetsFromWorldERNS_15DOMWrapperWorldE
+__ZN7WebCore9PageGroup9pageGroupERKN3WTF6StringE
+__ZN7WebCore9Scrollbar11mouseExitedEv
+__ZN7WebCore9Scrollbar12mouseEnteredEv
+__ZN7WebCore9Scrollbar13setProportionEii
+__ZN7WebCore9Scrollbar21createNativeScrollbarEPNS_14ScrollableAreaENS_20ScrollbarOrientationENS_20ScrollbarControlSizeE
+__ZN7WebCore9Scrollbar22maxOverlapBetweenPagesEv
+__ZN7WebCore9Scrollbar7mouseUpERKNS_18PlatformMouseEventE
+__ZN7WebCore9Scrollbar8setStepsEiii
+__ZN7WebCore9Scrollbar9mouseDownERKNS_18PlatformMouseEventE
+__ZN7WebCore9TimerBase4stopEv
+__ZN7WebCore9TimerBase5startEdd
+__ZN7WebCore9TimerBaseC2Ev
+__ZN7WebCore9TimerBaseD2Ev
+__ZN7WebCore9closeFileERi
+__ZN7WebCore9endOfLineERKNS_15VisiblePositionE
+__ZN7WebCore9endOfWordERKNS_15VisiblePositionENS_9EWordSideE
+__ZN7WebCore9fontCacheEv
+__ZN7WebCore9makeRangeERKNS_15VisiblePositionES2_
+__ZN7WebCore9pageCacheEv
+__ZN7WebCore9plainTextEPKNS_5RangeEtb
+__ZN7WebCore9unionRectERKN3WTF6VectorINS_9FloatRectELj0ENS0_15CrashOnOverflowEEE
+__ZNK3JSC8Bindings10RootObject12globalObjectEv
+__ZNK3WTF6String14createCFStringEv
+__ZNK7WebCore10Credential12nsCredentialEv
+__ZNK7WebCore10Credential7isEmptyEv
+__ZNK7WebCore10FloatPointcv7CGPointEv
+__ZNK7WebCore10FontGlyphs17realizeFontDataAtERKNS_15FontDescriptionEj
+__ZNK7WebCore10LayoutRect8containsERKS0_
+__ZNK7WebCore10PluginData16supportsMimeTypeERKN3WTF6StringENS0_18AllowedPluginTypesE
+__ZNK7WebCore10RenderText16firstRunLocationEv
+__ZNK7WebCore10RenderText16linesBoundingBoxEv
+__ZNK7WebCore10RenderView12documentRectEv
+__ZNK7WebCore10RenderView15usesCompositingEv
+__ZNK7WebCore10RenderView20unscaledDocumentRectEv
+__ZNK7WebCore10ScrollView12contentsSizeEv
+__ZNK7WebCore10ScrollView12documentViewEv
+__ZNK7WebCore10ScrollView14scrollbarModesERNS_13ScrollbarModeES2_
+__ZNK7WebCore10ScrollView14useFixedLayoutEv
+__ZNK7WebCore10ScrollView15fixedLayoutSizeEv
+__ZNK7WebCore10ScrollView16contentsToScreenERKNS_7IntRectE
+__ZNK7WebCore10ScrollView16contentsToWindowERKNS_7IntRectE
+__ZNK7WebCore10ScrollView16contentsToWindowERKNS_8IntPointE
+__ZNK7WebCore10ScrollView16windowToContentsERKNS_7IntRectE
+__ZNK7WebCore10ScrollView16windowToContentsERKNS_8IntPointE
+__ZNK7WebCore10ScrollView18contentsToRootViewERKNS_7IntRectE
+__ZNK7WebCore10ScrollView18contentsToRootViewERKNS_8IntPointE
+__ZNK7WebCore10ScrollView18rootViewToContentsERKNS_8IntPointE
+__ZNK7WebCore10ScrollView23rootViewToTotalContentsERKNS_8IntPointE
+__ZNK7WebCore10ScrollView40documentScrollOffsetRelativeToViewOriginEv
+__ZNK7WebCore10StorageMap6lengthEv
+__ZNK7WebCore10StorageMap7getItemERKN3WTF6StringE
+__ZNK7WebCore10StorageMap8containsERKN3WTF6StringE
+__ZNK7WebCore10TimeRanges3endEjRi
+__ZNK7WebCore10TimeRanges4copyEv
+__ZNK7WebCore10TimeRanges5startEjRi
+__ZNK7WebCore10TimeRanges6lengthEv
+__ZNK7WebCore11FrameLoader10isCompleteEv
+__ZNK7WebCore11FrameLoader14cancelledErrorERKNS_15ResourceRequestE
+__ZNK7WebCore11FrameLoader14frameHasLoadedEv
+__ZNK7WebCore11FrameLoader16outgoingReferrerEv
+__ZNK7WebCore11FrameLoader17networkingContextEv
+__ZNK7WebCore11FrameLoader20activeDocumentLoaderEv
+__ZNK7WebCore11FrameLoader27numPendingOrLoadingRequestsEb
+__ZNK7WebCore11FrameLoader8loadTypeEv
+__ZNK7WebCore11HTMLElement5titleEv
+__ZNK7WebCore11HistoryItem11hasChildrenEv
+__ZNK7WebCore11HistoryItem11originalURLEv
+__ZNK7WebCore11HistoryItem11scrollPointEv
+__ZNK7WebCore11HistoryItem12isTargetItemEv
+__ZNK7WebCore11HistoryItem12redirectURLsEv
+__ZNK7WebCore11HistoryItem13documentStateEv
+__ZNK7WebCore11HistoryItem14alternateTitleEv
+__ZNK7WebCore11HistoryItem15formContentTypeEv
+__ZNK7WebCore11HistoryItem15pageScaleFactorEv
+__ZNK7WebCore11HistoryItem17originalURLStringEv
+__ZNK7WebCore11HistoryItem19childItemWithTargetERKN3WTF6StringE
+__ZNK7WebCore11HistoryItem20getTransientPropertyERKN3WTF6StringE
+__ZNK7WebCore11HistoryItem20hasCachedPageExpiredEv
+__ZNK7WebCore11HistoryItem3urlEv
+__ZNK7WebCore11HistoryItem4copyEv
+__ZNK7WebCore11HistoryItem5titleEv
+__ZNK7WebCore11HistoryItem6targetEv
+__ZNK7WebCore11HistoryItem8childrenEv
+__ZNK7WebCore11HistoryItem8referrerEv
+__ZNK7WebCore11HistoryItem9urlStringEv
+__ZNK7WebCore11HistoryItem9viewStateEv
+__ZNK7WebCore11PageOverlay10controllerEv
+__ZNK7WebCore11PageOverlay5frameEv
+__ZNK7WebCore11PageOverlay6boundsEv
+__ZNK7WebCore11RenderBlock25inlineElementContinuationEv
+__ZNK7WebCore11RenderLayer19absoluteBoundingBoxEv
+__ZNK7WebCore11RenderLayer24needsCompositedScrollingEv
+__ZNK7WebCore11RenderStyle11fontMetricsEv
+__ZNK7WebCore11RenderStyle15fontDescriptionEv
+__ZNK7WebCore11RenderStyle21visitedDependentColorEi
+__ZNK7WebCore11RenderStyle4fontEv
+__ZNK7WebCore12RenderInline16linesBoundingBoxEv
+__ZNK7WebCore12RenderObject14enclosingLayerEv
+__ZNK7WebCore12RenderObject15localToAbsoluteERKNS_10FloatPointEj
+__ZNK7WebCore12RenderObject16repaintRectangleERKNS_10LayoutRectEb
+__ZNK7WebCore12RenderObject20localToContainerQuadERKNS_9FloatQuadEPKNS_22RenderLayerModelObjectEjPb
+__ZNK7WebCore12RenderObject21localToContainerPointERKNS_10FloatPointEPKNS_22RenderLayerModelObjectEjPb
+__ZNK7WebCore12RenderObject23absoluteBoundingBoxRectEb
+__ZNK7WebCore12RenderObject39pixelSnappedAbsoluteClippedOverflowRectEv
+__ZNK7WebCore12RenderObject7childAtEj
+__ZNK7WebCore12RenderWidget14windowClipRectEv
+__ZNK7WebCore12SharedBuffer11getSomeDataERPKcj
+__ZNK7WebCore12SharedBuffer15hasPlatformDataEv
+__ZNK7WebCore12SharedBuffer4dataEv
+__ZNK7WebCore12SharedBuffer4sizeEv
+__ZNK7WebCore12TextEncoding6decodeEPKcmbRb
+__ZNK7WebCore12TextIterator4nodeEv
+__ZNK7WebCore12TextIterator5rangeEv
+__ZNK7WebCore13ContainerNode15countChildNodesEv
+__ZNK7WebCore13GraphicsLayer15layerTreeAsTextEj
+__ZNK7WebCore13GraphicsLayer18accumulatedOpacityEv
+__ZNK7WebCore13GraphicsLayer18getDebugBorderInfoERNS_5ColorERf
+__ZNK7WebCore13GraphicsLayer26backingStoreMemoryEstimateEv
+__ZNK7WebCore13HTTPHeaderMap3getENS_14HTTPHeaderNameE
+__ZNK7WebCore13HTTPHeaderMap3getERKN3WTF6StringE
+__ZNK7WebCore13HitTestResult10isLiveLinkEv
+__ZNK7WebCore13HitTestResult10isSelectedEv
+__ZNK7WebCore13HitTestResult11targetFrameEv
+__ZNK7WebCore13HitTestResult11textContentEv
+__ZNK7WebCore13HitTestResult12innerElementEv
+__ZNK7WebCore13HitTestResult12mediaIsVideoEv
+__ZNK7WebCore13HitTestResult13mediaHasAudioEv
+__ZNK7WebCore13HitTestResult14absolutePDFURLEv
+__ZNK7WebCore13HitTestResult14innerNodeFrameEv
+__ZNK7WebCore13HitTestResult15absoluteLinkURLEv
+__ZNK7WebCore13HitTestResult15spellingToolTipERNS_13TextDirectionE
+__ZNK7WebCore13HitTestResult16absoluteImageURLEv
+__ZNK7WebCore13HitTestResult16absoluteMediaURLEv
+__ZNK7WebCore13HitTestResult16altDisplayStringEv
+__ZNK7WebCore13HitTestResult17isContentEditableEv
+__ZNK7WebCore13HitTestResult18titleDisplayStringEv
+__ZNK7WebCore13HitTestResult19isDownloadableMediaEv
+__ZNK7WebCore13HitTestResult19mediaIsInFullscreenEv
+__ZNK7WebCore13HitTestResult19rectBasedTestResultEv
+__ZNK7WebCore13HitTestResult21innerNonSharedElementEv
+__ZNK7WebCore13HitTestResult5imageEv
+__ZNK7WebCore13HitTestResult5titleERNS_13TextDirectionE
+__ZNK7WebCore13HitTestResult9imageRectEv
+__ZNK7WebCore13ImageDocument12imageElementEv
+__ZNK7WebCore13ResourceError7cfErrorEv
+__ZNK7WebCore13ResourceError7nsErrorEv
+__ZNK7WebCore13ResourceErrorcvP7NSErrorEv
+__ZNK7WebCore14CredentialBase11hasPasswordEv
+__ZNK7WebCore14CredentialBase11persistenceEv
+__ZNK7WebCore14CredentialBase4userEv
+__ZNK7WebCore14CredentialBase8passwordEv
+__ZNK7WebCore14DocumentLoader10requestURLEv
+__ZNK7WebCore14DocumentLoader11frameLoaderEv
+__ZNK7WebCore14DocumentLoader11responseURLEv
+__ZNK7WebCore14DocumentLoader11subresourceERKNS_3URLE
+__ZNK7WebCore14DocumentLoader12mainResourceEv
+__ZNK7WebCore14DocumentLoader12subresourcesEv
+__ZNK7WebCore14DocumentLoader13urlForHistoryEv
+__ZNK7WebCore14DocumentLoader14unreachableURLEv
+__ZNK7WebCore14DocumentLoader15originalRequestEv
+__ZNK7WebCore14DocumentLoader16mainResourceDataEv
+__ZNK7WebCore14DocumentLoader17parsedArchiveDataEv
+__ZNK7WebCore14DocumentLoader18mainResourceLoaderEv
+__ZNK7WebCore14DocumentLoader19isLoadingInAPISenseEv
+__ZNK7WebCore14DocumentLoader19originalRequestCopyEv
+__ZNK7WebCore14DocumentLoader28urlForHistoryReflectsFailureEv
+__ZNK7WebCore14DocumentLoader3urlEv
+__ZNK7WebCore14DocumentLoader9isLoadingEv
+__ZNK7WebCore14DocumentMarker11descriptionEv
+__ZNK7WebCore14FrameSelection11currentFormEv
+__ZNK7WebCore14FrameSelection15copyTypingStyleEv
+__ZNK7WebCore14FrameSelection15selectionBoundsEb
+__ZNK7WebCore14FrameSelection18isFocusedAndActiveEv
+__ZNK7WebCore14FrameSelection31getClippedVisibleTextRectanglesERN3WTF6VectorINS_9FloatRectELj0ENS1_15CrashOnOverflowEEE
+__ZNK7WebCore14FrameSelection36rootEditableElementOrDocumentElementEv
+__ZNK7WebCore14InsertionPoint8isActiveEv
+__ZNK7WebCore14RenderListItem10markerTextEv
+__ZNK7WebCore14ResourceHandle10connectionEv
+__ZNK7WebCore14ResourceLoader11frameLoaderEv
+__ZNK7WebCore14ResourceLoader32isAllowedToAskUserForCredentialsEv
+__ZNK7WebCore14ScrollableArea13scrolledToTopEv
+__ZNK7WebCore14ScrollableArea14scrollAnimatorEv
+__ZNK7WebCore14ScrollableArea14scrolledToLeftEv
+__ZNK7WebCore14ScrollableArea15scrolledToRightEv
+__ZNK7WebCore14ScrollableArea16scrolledToBottomEv
+__ZNK7WebCore14ScrollableArea17totalContentsSizeEv
+__ZNK7WebCore14ScrollableArea18visibleContentRectENS0_26VisibleContentRectBehaviorE
+__ZNK7WebCore14ScrollableArea20contentAreaWillPaintEv
+__ZNK7WebCore14ScrollableArea21mouseEnteredScrollbarEPNS_9ScrollbarE
+__ZNK7WebCore14ScrollableArea21scrollbarsCanBeActiveEv
+__ZNK7WebCore14ScrollableArea22mouseExitedContentAreaEv
+__ZNK7WebCore14ScrollableArea23mouseEnteredContentAreaEv
+__ZNK7WebCore14ScrollableArea23mouseMovedInContentAreaEv
+__ZNK7WebCore14ScrollableArea26visibleContentRectInternalENS0_36VisibleContentRectIncludesScrollbarsENS0_26VisibleContentRectBehaviorE
+__ZNK7WebCore14ScrollableArea37visibleContentRectIncludingScrollbarsENS0_26VisibleContentRectBehaviorE
+__ZNK7WebCore14SecurityOrigin10canDisplayERKNS_3URLE
+__ZNK7WebCore14SecurityOrigin11toRawStringEv
+__ZNK7WebCore14SecurityOrigin12isolatedCopyEv
+__ZNK7WebCore14SecurityOrigin16canAccessStorageEPKS0_NS0_25ShouldAllowFromThirdPartyE
+__ZNK7WebCore14SecurityOrigin18databaseIdentifierEv
+__ZNK7WebCore14SecurityOrigin20isSameSchemeHostPortEPKS0_
+__ZNK7WebCore14SecurityOrigin23domainForCachePartitionEv
+__ZNK7WebCore14SecurityOrigin5equalEPKS0_
+__ZNK7WebCore14SecurityOrigin8toStringEv
+__ZNK7WebCore14TileController13contentsScaleEv
+__ZNK7WebCore15AffineTransform10isIdentityEv
+__ZNK7WebCore15AffineTransform12isInvertibleEv
+__ZNK7WebCore15AffineTransform6xScaleEv
+__ZNK7WebCore15AffineTransform6yScaleEv
+__ZNK7WebCore15AffineTransform7inverseEv
+__ZNK7WebCore15AffineTransform7mapRectERKNS_9FloatRectE
+__ZNK7WebCore15AffineTransform8mapPointERKNS_10FloatPointE
+__ZNK7WebCore15AffineTransform8mapPointERKNS_8IntPointE
+__ZNK7WebCore15FocusController18focusedOrMainFrameEv
+__ZNK7WebCore15GraphicsContext15platformContextEv
+__ZNK7WebCore15GraphicsContext16paintingDisabledEv
+__ZNK7WebCore15GraphicsContext20updatingControlTintsEv
+__ZNK7WebCore15GraphicsLayerCA12tiledBackingEv
+__ZNK7WebCore15GraphicsLayerCA13platformLayerEv
+__ZNK7WebCore15GraphicsLayerCA14primaryLayerIDEv
+__ZNK7WebCore15GraphicsLayerCA18getDebugBorderInfoERNS_5ColorERf
+__ZNK7WebCore15GraphicsLayerCA21canThrottleLayerFlushEv
+__ZNK7WebCore15GraphicsLayerCA24dumpAdditionalPropertiesERNS_10TextStreamEij
+__ZNK7WebCore15GraphicsLayerCA25animationCanBeAcceleratedERKNS_17KeyframeValueListEPKNS_9AnimationE
+__ZNK7WebCore15GraphicsLayerCA25shouldRepaintOnSizeChangeEv
+__ZNK7WebCore15GraphicsLayerCA26backingStoreMemoryEstimateEv
+__ZNK7WebCore15GraphicsLayerCA30visibleRectChangeRequiresFlushERKNS_9FloatRectE
+__ZNK7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
+__ZNK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
+__ZNK7WebCore15GraphicsLayerCA44platformCALayerShouldAggressivelyRetainTilesEPNS_15PlatformCALayerE
+__ZNK7WebCore15GraphicsLayerCA49platformCALayerContentsScaleMultiplierForNewTilesEPNS_15PlatformCALayerE
+__ZNK7WebCore15GraphicsLayerCA49platformCALayerShouldTemporarilyRetainTileCohortsEPNS_15PlatformCALayerE
+__ZNK7WebCore15ProgressTracker17estimatedProgressEv
+__ZNK7WebCore15ProtectionSpace26receivesCredentialSecurelyEv
+__ZNK7WebCore15ProtectionSpace7nsSpaceEv
+__ZNK7WebCore15ResourceRequest12cfURLRequestENS_20HTTPBodyUpdatePolicyE
+__ZNK7WebCore15ResourceRequest12nsURLRequestENS_20HTTPBodyUpdatePolicyE
+__ZNK7WebCore15StyleProperties11mutableCopyEv
+__ZNK7WebCore15StyleProperties16getPropertyValueENS_13CSSPropertyIDE
+__ZNK7WebCore15VisiblePosition14characterAfterEv
+__ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
+__ZNK7WebCore15VisiblePosition19absoluteCaretBoundsEv
+__ZNK7WebCore15VisiblePosition45lineDirectionPointForBlockDirectionNavigationEv
+__ZNK7WebCore15VisiblePosition4nextENS_27EditingBoundaryCrossingRuleE
+__ZNK7WebCore15VisiblePosition8previousENS_27EditingBoundaryCrossingRuleE
+__ZNK7WebCore16BlobRegistryImpl18getBlobDataFromURLERKNS_3URLE
+__ZNK7WebCore16EventListenerMap8containsERKN3WTF12AtomicStringE
+__ZNK7WebCore16HTMLInputElement10isURLFieldEv
+__ZNK7WebCore16HTMLInputElement11isDateFieldEv
+__ZNK7WebCore16HTMLInputElement11isTextFieldEv
+__ZNK7WebCore16HTMLInputElement11isTimeFieldEv
+__ZNK7WebCore16HTMLInputElement11isWeekFieldEv
+__ZNK7WebCore16HTMLInputElement12isEmailFieldEv
+__ZNK7WebCore16HTMLInputElement12isMonthFieldEv
+__ZNK7WebCore16HTMLInputElement13isNumberFieldEv
+__ZNK7WebCore16HTMLInputElement13isSearchFieldEv
+__ZNK7WebCore16HTMLInputElement13valueAsNumberEv
+__ZNK7WebCore16HTMLInputElement15isDateTimeFieldEv
+__ZNK7WebCore16HTMLInputElement15isPasswordFieldEv
+__ZNK7WebCore16HTMLInputElement16isTelephoneFieldEv
+__ZNK7WebCore16HTMLInputElement18shouldAutocompleteEv
+__ZNK7WebCore16HTMLInputElement20isDateTimeLocalFieldEv
+__ZNK7WebCore16HTMLInputElement5valueEv
+__ZNK7WebCore16HTMLInputElement6isTextEv
+__ZNK7WebCore16IconDatabaseBase12databasePathEv
+__ZNK7WebCore16ResourceResponse13nsURLResponseEv
+__ZNK7WebCore16VisibleSelection17isContentEditableEv
+__ZNK7WebCore16VisibleSelection17isInPasswordFieldEv
+__ZNK7WebCore16VisibleSelection17toNormalizedRangeEv
+__ZNK7WebCore16VisibleSelection19rootEditableElementEv
+__ZNK7WebCore16VisibleSelection23isContentRichlyEditableEv
+__ZNK7WebCore16VisibleSelection5isAllENS_27EditingBoundaryCrossingRuleE
+__ZNK7WebCore17HTMLOptionElement4textEv
+__ZNK7WebCore17HTMLSelectElement13selectedIndexEv
+__ZNK7WebCore17HTMLSelectElement5valueEv
+__ZNK7WebCore17HTMLSelectElement9listItemsEv
+__ZNK7WebCore17JSDOMGlobalObject22scriptExecutionContextEv
+__ZNK7WebCore17ResourceErrorBase8lazyInitEv
+__ZNK7WebCore18PlatformPasteboard11changeCountEv
+__ZNK7WebCore18RenderLayerBacking11contentsBoxEv
+__ZNK7WebCore18RenderLayerBacking12tiledBackingEv
+__ZNK7WebCore18RenderLayerBacking20compositingLayerTypeEv
+__ZNK7WebCore19AnimationController11isSuspendedEv
+__ZNK7WebCore19AnimationController24numberOfActiveAnimationsEPNS_8DocumentE
+__ZNK7WebCore19AnimationController33allowsNewAnimationsWhileSuspendedEv
+__ZNK7WebCore19HTMLOptGroupElement14groupLabelTextEv
+__ZNK7WebCore19HTMLTextAreaElement5valueEv
+__ZNK7WebCore19IDBDatabaseMetadata12isolatedCopyEv
+__ZNK7WebCore19InspectorController12getHighlightEPNS_9HighlightENS_16InspectorOverlay16CoordinateSystemE
+__ZNK7WebCore19InspectorController29buildObjectForHighlightedNodeEv
+__ZNK7WebCore19MediaSessionManager30applicationWillEnterBackgroundEv
+__ZNK7WebCore19MediaSessionManager30applicationWillEnterForegroundEv
+__ZNK7WebCore19ProtectionSpaceBase10serverTypeEv
+__ZNK7WebCore19ProtectionSpaceBase20authenticationSchemeEv
+__ZNK7WebCore19ProtectionSpaceBase4hostEv
+__ZNK7WebCore19ProtectionSpaceBase4portEv
+__ZNK7WebCore19ProtectionSpaceBase5realmEv
+__ZNK7WebCore19ProtectionSpaceBase7isProxyEv
+__ZNK7WebCore19ResourceRequestBase10httpMethodEv
+__ZNK7WebCore19ResourceRequestBase11cachePolicyEv
+__ZNK7WebCore19ResourceRequestBase13isConditionalEv
+__ZNK7WebCore19ResourceRequestBase15httpContentTypeEv
+__ZNK7WebCore19ResourceRequestBase15httpHeaderFieldENS_14HTTPHeaderNameE
+__ZNK7WebCore19ResourceRequestBase15httpHeaderFieldERKN3WTF6StringE
+__ZNK7WebCore19ResourceRequestBase20firstPartyForCookiesEv
+__ZNK7WebCore19ResourceRequestBase3urlEv
+__ZNK7WebCore19ResourceRequestBase6isNullEv
+__ZNK7WebCore19ResourceRequestBase7isEmptyEv
+__ZNK7WebCore19ResourceRequestBase8httpBodyEv
+__ZNK7WebCore19ResourceRequestBase8priorityEv
+__ZNK7WebCore20CachedResourceLoader11isPreloadedERKN3WTF6StringE
+__ZNK7WebCore20HTMLTableCellElement9cellAboveEv
+__ZNK7WebCore20RenderEmbeddedObject21isReplacementObscuredEv
+__ZNK7WebCore20ResourceResponseBase12isAttachmentEv
+__ZNK7WebCore20ResourceResponseBase12lastModifiedEv
+__ZNK7WebCore20ResourceResponseBase14httpStatusCodeEv
+__ZNK7WebCore20ResourceResponseBase14httpStatusTextEv
+__ZNK7WebCore20ResourceResponseBase15certificateInfoEv
+__ZNK7WebCore20ResourceResponseBase15httpHeaderFieldENS_14HTTPHeaderNameE
+__ZNK7WebCore20ResourceResponseBase16httpHeaderFieldsEv
+__ZNK7WebCore20ResourceResponseBase16textEncodingNameEv
+__ZNK7WebCore20ResourceResponseBase17suggestedFilenameEv
+__ZNK7WebCore20ResourceResponseBase21expectedContentLengthEv
+__ZNK7WebCore20ResourceResponseBase22includeCertificateInfoEv
+__ZNK7WebCore20ResourceResponseBase23hasCacheValidatorFieldsEv
+__ZNK7WebCore20ResourceResponseBase27cacheControlContainsNoCacheEv
+__ZNK7WebCore20ResourceResponseBase27cacheControlContainsNoStoreEv
+__ZNK7WebCore20ResourceResponseBase34cacheControlContainsMustRevalidateEv
+__ZNK7WebCore20ResourceResponseBase3urlEv
+__ZNK7WebCore20ResourceResponseBase6isHTTPEv
+__ZNK7WebCore20ResourceResponseBase8lazyInitENS0_9InitLevelE
+__ZNK7WebCore20ResourceResponseBase8mimeTypeEv
+__ZNK7WebCore20TransformationMatrix7inverseEv
+__ZNK7WebCore20TransformationMatrix7mapRectERKNS_7IntRectE
+__ZNK7WebCore20TransformationMatrixcv13CATransform3DEv
+__ZNK7WebCore21BackForwardController12forwardCountEv
+__ZNK7WebCore21BackForwardController18canGoBackOrForwardEi
+__ZNK7WebCore21BackForwardController9backCountEv
+__ZNK7WebCore21HTMLFrameOwnerElement15contentDocumentEv
+__ZNK7WebCore21NetworkStorageSession13cookieStorageEv
+__ZNK7WebCore21RenderLayerCompositor11scrollLayerEv
+__ZNK7WebCore21RenderLayerCompositor15rootRenderLayerEv
+__ZNK7WebCore21UserContentURLPattern7matchesERKNS_3URLE
+__ZNK7WebCore21ViewportConfiguration10layoutSizeEv
+__ZNK7WebCore21ViewportConfiguration12initialScaleEv
+__ZNK7WebCore21ViewportConfiguration12minimumScaleEv
+__ZNK7WebCore22WheelEventDeltaTracker30dominantScrollGestureDirectionEv
+__ZNK7WebCore23ApplicationCacheStorage11maximumSizeEv
+__ZNK7WebCore23AuthenticationChallenge20authenticationClientEv
+__ZNK7WebCore23FrameLoaderStateMachine15firstLayoutDoneEv
+__ZNK7WebCore23FrameLoaderStateMachine23committingFirstRealLoadEv
+__ZNK7WebCore26HTMLTextFormControlElement21lastChangeWasUserEditEv
+__ZNK7WebCore26NetscapePlugInStreamLoader6isDoneEv
+__ZNK7WebCore27AuthenticationChallengeBase15failureResponseEv
+__ZNK7WebCore27AuthenticationChallengeBase15protectionSpaceEv
+__ZNK7WebCore27AuthenticationChallengeBase18proposedCredentialEv
+__ZNK7WebCore27AuthenticationChallengeBase20previousFailureCountEv
+__ZNK7WebCore27AuthenticationChallengeBase5errorEv
+__ZNK7WebCore27AuthenticationChallengeBase6isNullEv
+__ZNK7WebCore3URL10protocolIsEPKc
+__ZNK7WebCore3URL11createCFURLEv
+__ZNK7WebCore3URL11isLocalFileEv
+__ZNK7WebCore3URL12baseAsStringEv
+__ZNK7WebCore3URL14fileSystemPathEv
+__ZNK7WebCore3URL17lastPathComponentEv
+__ZNK7WebCore3URL18fragmentIdentifierEv
+__ZNK7WebCore3URL21hasFragmentIdentifierEv
+__ZNK7WebCore3URL4hostEv
+__ZNK7WebCore3URL4passEv
+__ZNK7WebCore3URL4pathEv
+__ZNK7WebCore3URL4portEv
+__ZNK7WebCore3URL4userEv
+__ZNK7WebCore3URL5queryEv
+__ZNK7WebCore3URL8protocolEv
+__ZNK7WebCore3URLcvP5NSURLEv
+__ZNK7WebCore4Font5widthERKNS_7TextRunEPN3WTF7HashSetIPKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverflowE
+__ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEiiNS0_24CustomFontNotReadyActionE
+__ZNK7WebCore4FonteqERKS0_
+__ZNK7WebCore4Node10shadowHostEv
+__ZNK7WebCore4Node11textContentEb
+__ZNK7WebCore4Node13ownerDocumentEv
+__ZNK7WebCore4Node14isDescendantOfEPKS0_
+__ZNK7WebCore4Node16computeNodeIndexEv
+__ZNK7WebCore4Node28deprecatedShadowAncestorNodeEv
+__ZNK7WebCore4Node9textRectsERN3WTF6VectorINS_7IntRectELj0ENS1_15CrashOnOverflowEEE
+__ZNK7WebCore4Page10pluginDataEv
+__ZNK7WebCore4Page14renderTreeSizeEv
+__ZNK7WebCore4Page15visibilityStateEv
+__ZNK7WebCore4Page16hasSeenAnyPluginEv
+__ZNK7WebCore4Page17viewportArgumentsEv
+__ZNK7WebCore4Page27pageExtendedBackgroundColorEv
+__ZNK7WebCore4Page34inLowQualityImageInterpolationModeEv
+__ZNK7WebCore4Page9groupNameEv
+__ZNK7WebCore4Page9pageCountEv
+__ZNK7WebCore4Page9selectionEv
+__ZNK7WebCore4Page9sessionIDEv
+__ZNK7WebCore5Color10serializedEv
+__ZNK7WebCore5Color7getRGBAERdS1_S1_S1_
+__ZNK7WebCore5Color7getRGBAERfS1_S1_S1_
+__ZNK7WebCore5Frame13ownerRendererEv
+__ZNK7WebCore5Frame15contentRendererEv
+__ZNK7WebCore5Frame15layerTreeAsTextEj
+__ZNK7WebCore5Frame16frameScaleFactorEv
+__ZNK7WebCore5Frame25trackedRepaintRectsAsTextEv
+__ZNK7WebCore5Frame31displayStringModifiedByEncodingERKN3WTF6StringE
+__ZNK7WebCore5Range10cloneRangeERi
+__ZNK7WebCore5Range11boundingBoxEv
+__ZNK7WebCore5Range11startOffsetERi
+__ZNK7WebCore5Range12boundingRectEv
+__ZNK7WebCore5Range12endContainerERi
+__ZNK7WebCore5Range12pastLastNodeEv
+__ZNK7WebCore5Range14startContainerERi
+__ZNK7WebCore5Range19boundaryPointsValidEv
+__ZNK7WebCore5Range21compareBoundaryPointsENS0_10CompareHowEPKS0_Ri
+__ZNK7WebCore5Range23commonAncestorContainerERi
+__ZNK7WebCore5Range4textEv
+__ZNK7WebCore5Range8containsERKS0_
+__ZNK7WebCore5Range9collapsedERi
+__ZNK7WebCore5Range9endOffsetERi
+__ZNK7WebCore5Range9firstNodeEv
+__ZNK7WebCore5Range9textQuadsERN3WTF6VectorINS_9FloatQuadELj0ENS1_15CrashOnOverflowEEEbPNS0_20RangeInFixedPositionE
+__ZNK7WebCore5Range9textRectsERN3WTF6VectorINS_7IntRectELj0ENS1_15CrashOnOverflowEEEbPNS0_20RangeInFixedPositionE
+__ZNK7WebCore6Chrome10windowRectEv
+__ZNK7WebCore6Chrome12createWindowEPNS_5FrameERKNS_16FrameLoadRequestERKNS_14WindowFeaturesERKNS_16NavigationActionE
+__ZNK7WebCore6Chrome13setWindowRectERKNS_9FloatRectE
+__ZNK7WebCore6Chrome4showEv
+__ZNK7WebCore6Editor11textCheckerEv
+__ZNK7WebCore6Editor12selectedTextEv
+__ZNK7WebCore6Editor13canEditRichlyEv
+__ZNK7WebCore6Editor16compositionRangeEv
+__ZNK7WebCore6Editor16fontForSelectionERb
+__ZNK7WebCore6Editor17firstRectForRangeEPNS_5RangeE
+__ZNK7WebCore6Editor17selectionHasStyleENS_13CSSPropertyIDERKN3WTF6StringE
+__ZNK7WebCore6Editor17shouldDeleteRangeEPNS_5RangeE
+__ZNK7WebCore6Editor23getCompositionSelectionERjS1_
+__ZNK7WebCore6Editor26selectionStartHasMarkerForENS_14DocumentMarker10MarkerTypeEii
+__ZNK7WebCore6Editor30applyEditingStyleToBodyElementEv
+__ZNK7WebCore6Editor31fontAttributesForSelectionStartEv
+__ZNK7WebCore6Editor32isContinuousSpellCheckingEnabledEv
+__ZNK7WebCore6Editor37baseWritingDirectionForSelectionStartEv
+__ZNK7WebCore6Editor6canCutEv
+__ZNK7WebCore6Editor7Command11isSupportedEv
+__ZNK7WebCore6Editor7Command15isTextInsertionEv
+__ZNK7WebCore6Editor7Command5stateEPNS_5EventE
+__ZNK7WebCore6Editor7Command7executeEPNS_5EventE
+__ZNK7WebCore6Editor7Command7executeERKN3WTF6StringEPNS_5EventE
+__ZNK7WebCore6Editor7Command9isEnabledEPNS_5EventE
+__ZNK7WebCore6Editor7canCopyEv
+__ZNK7WebCore6Editor7canEditEv
+__ZNK7WebCore6Editor8canPasteEv
+__ZNK7WebCore6Editor9canDeleteEv
+__ZNK7WebCore6Length3refEv
+__ZNK7WebCore6Length5derefEv
+__ZNK7WebCore6Region5Shape7isValidEv
+__ZNK7WebCore6Region5rectsEv
+__ZNK7WebCore6Region8containsERKS0_
+__ZNK7WebCore6Region9totalAreaEv
+__ZNK7WebCore6Widget14platformWidgetEv
+__ZNK7WebCore6Widget23convertToContainingViewERKNS_7IntRectE
+__ZNK7WebCore6Widget23convertToContainingViewERKNS_8IntPointE
+__ZNK7WebCore6Widget25convertFromContainingViewERKNS_7IntRectE
+__ZNK7WebCore6Widget25convertFromContainingViewERKNS_8IntPointE
+__ZNK7WebCore6Widget25convertToContainingWindowERKNS_7IntRectE
+__ZNK7WebCore6Widget25convertToContainingWindowERKNS_8IntPointE
+__ZNK7WebCore6Widget9frameRectEv
+__ZNK7WebCore7Element10clientRectEv
+__ZNK7WebCore7Element10screenRectEv
+__ZNK7WebCore7Element10shadowRootEv
+__ZNK7WebCore7Element12getAttributeERKN3WTF12AtomicStringE
+__ZNK7WebCore7Element12getAttributeERKNS_13QualifiedNameE
+__ZNK7WebCore7Element12hasAttributeERKN3WTF12AtomicStringE
+__ZNK7WebCore7Element15getURLAttributeERKNS_13QualifiedNameE
+__ZNK7WebCore7Element18afterPseudoElementEv
+__ZNK7WebCore7Element19beforePseudoElementEv
+__ZNK7WebCore7IntRect10intersectsERKS0_
+__ZNK7WebCore7IntRect8containsERKS0_
+__ZNK7WebCore7IntRectcv6CGRectEv
+__ZNK7WebCore8Document11completeURLERKN3WTF6StringE
+__ZNK7WebCore8Document13axObjectCacheEv
+__ZNK7WebCore8Document31displayStringModifiedByEncodingERKN3WTF6StringE
+__ZNK7WebCore8Document4bodyEv
+__ZNK7WebCore8Document4pageEv
+__ZNK7WebCore8Document4viewEv
+__ZNK7WebCore8Document6domainEv
+__ZNK7WebCore8Document6loaderEv
+__ZNK7WebCore8Document8settingsEv
+__ZNK7WebCore8Document9topOriginEv
+__ZNK7WebCore8IntPointcv7CGPointEv
+__ZNK7WebCore8Position10downstreamENS_27EditingBoundaryCrossingRuleE
+__ZNK7WebCore8Position13containerNodeEv
+__ZNK7WebCore8Position24parentAnchoredEquivalentEv
+__ZNK7WebCore8Position25leadingWhitespacePositionENS_9EAffinityEb
+__ZNK7WebCore8Position26trailingWhitespacePositionENS_9EAffinityEb
+__ZNK7WebCore8Position28offsetForPositionAfterAnchorEv
+__ZNK7WebCore8Position4nextENS_16PositionMoveTypeE
+__ZNK7WebCore8Position8previousENS_16PositionMoveTypeE
+__ZNK7WebCore8Position8upstreamENS_27EditingBoundaryCrossingRuleE
+__ZNK7WebCore8Settings15fixedFontFamilyE11UScriptCode
+__ZNK7WebCore8Settings15serifFontFamilyE11UScriptCode
+__ZNK7WebCore8Settings17cursiveFontFamilyE11UScriptCode
+__ZNK7WebCore8Settings17fantasyFontFamilyE11UScriptCode
+__ZNK7WebCore8Settings18standardFontFamilyE11UScriptCode
+__ZNK7WebCore8Settings19sansSerifFontFamilyE11UScriptCode
+__ZNK7WebCore8Settings20pictographFontFamilyE11UScriptCode
+__ZNK7WebCore9DOMWindow27pendingUnloadEventListenersEv
+__ZNK7WebCore9FloatQuad11boundingBoxEv
+__ZNK7WebCore9FloatRect10intersectsERKS0_
+__ZNK7WebCore9FloatRect8containsERKNS_10FloatPointENS0_12ContainsModeE
+__ZNK7WebCore9FloatRect8containsERKS0_
+__ZNK7WebCore9FloatRectcv6CGRectEv
+__ZNK7WebCore9FloatSize14diagonalLengthEv
+__ZNK7WebCore9FloatSize6isZeroEv
+__ZNK7WebCore9FrameTree10childCountEv
+__ZNK7WebCore9FrameTree12traverseNextEPKNS_5FrameE
+__ZNK7WebCore9FrameTree14isDescendantOfEPKNS_5FrameE
+__ZNK7WebCore9FrameTree20traverseNextWithWrapEb
+__ZNK7WebCore9FrameTree24traversePreviousWithWrapEb
+__ZNK7WebCore9FrameTree3topEv
+__ZNK7WebCore9FrameTree4findERKN3WTF12AtomicStringE
+__ZNK7WebCore9FrameTree6parentEv
+__ZNK7WebCore9FrameView10renderViewEv
+__ZNK7WebCore9FrameView11needsLayoutEv
+__ZNK7WebCore9FrameView12tiledBackingEv
+__ZNK7WebCore9FrameView13isTransparentEv
+__ZNK7WebCore9FrameView13paintBehaviorEv
+__ZNK7WebCore9FrameView14didFirstLayoutEv
+__ZNK7WebCore9FrameView15topContentInsetENS_10ScrollView19TopContentInsetTypeE
+__ZNK7WebCore9FrameView19baseBackgroundColorEv
+__ZNK7WebCore9FrameView20isSoftwareRenderableEv
+__ZNK7WebCore9FrameView21maximumScrollPositionEv
+__ZNK7WebCore9FrameView21minimumScrollPositionEv
+__ZNK7WebCore9FrameView23documentBackgroundColorEv
+__ZNK7WebCore9FrameView27windowClipRectForFrameOwnerEPKNS_21HTMLFrameOwnerElementEb
+__ZNK7WebCore9FrameView28isEnclosedInCompositingLayerEv
+__ZNK7WebCore9FrameView35convertFromContainingViewToRendererEPKNS_13RenderElementERKNS_7IntRectE
+__ZNK7WebCore9FrameView35convertFromContainingViewToRendererEPKNS_13RenderElementERKNS_8IntPointE
+__ZNK7WebCore9FrameView35convertFromRendererToContainingViewEPKNS_13RenderElementERKNS_7IntRectE
+__ZNK7WebCore9FrameView35convertFromRendererToContainingViewEPKNS_13RenderElementERKNS_8IntPointE
+__ZNK7WebCore9InlineBox10lineHeightEv
+__ZNK7WebCore9InlineBox14caretMaxOffsetEv
+__ZNK7WebCore9InlineBox14caretMinOffsetEv
+__ZNK7WebCore9InlineBox16baselinePositionENS_12FontBaselineE
+__ZNK7WebCore9InlineBox22canAccommodateEllipsisEbii
+__ZNK7WebCore9PageCache10frameCountEv
+__ZNK7WebCore9RenderBox11clientWidthEv
+__ZNK7WebCore9RenderBox12clientHeightEv
+__ZNK7WebCore9RenderBox20flippedClientBoxRectEv
+__ZNK7WebCore9TreeScope14getElementByIdERKN3WTF6StringE
+__ZTVN7WebCore12BlobRegistryE
+__ZTVN7WebCore12ChromeClientE
+__ZTVN7WebCore14LoaderStrategyE
+__ZTVN7WebCore14StaticNodeListE
+__ZTVN7WebCore15PlatformCALayerE
+__ZTVN7WebCore15StorageStrategyE
+__ZTVN7WebCore16BlobRegistryImplE
+__ZTVN7WebCore16DatabaseStrategyE
+__ZTVN7WebCore16IconDatabaseBaseE
+__ZTVN7WebCore17FrameLoaderClientE
+__ZTVN7WebCore17PageConsoleClientE
+__ZTVN7WebCore19BlurFilterOperationE
+__ZTVN7WebCore21BlobDataFileReferenceE
+__ZTVN7WebCore22DefaultFilterOperationE
+__ZTVN7WebCore25DropShadowFilterOperationE
+__ZTVN7WebCore28InspectorFrontendClientLocal8SettingsE
+__ZTVN7WebCore31BasicColorMatrixFilterOperationE
+__ZTVN7WebCore37BasicComponentTransferFilterOperationE
+__ZThn???_N7WebCore15GraphicsLayerCA28platformCALayerPaintContentsEPNS_15PlatformCALayerERNS_15GraphicsContextERKNS_9FloatRectE
+__ZThn???_N7WebCore15GraphicsLayerCA29platformCALayerAnimationEndedERKN3WTF6StringE
+__ZThn???_N7WebCore15GraphicsLayerCA31platformCALayerAnimationStartedERKN3WTF6StringEd
+__ZThn???_N7WebCore15GraphicsLayerCA31platformCALayerAnimationStartedEd
+__ZThn???_N7WebCore15GraphicsLayerCA40platformCALayerSetNeedsToRevalidateTilesEv
+__ZThn???_NK7WebCore15GraphicsLayerCA26platformCALayerExposedRectEv
+__ZThn???_NK7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
+__ZThn???_NK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
+__ZThn???_NK7WebCore15GraphicsLayerCA44platformCALayerShouldAggressivelyRetainTilesEPNS_15PlatformCALayerE
+__ZThn???_NK7WebCore15GraphicsLayerCA49platformCALayerContentsScaleMultiplierForNewTilesEPNS_15PlatformCALayerE
+__ZThn???_NK7WebCore15GraphicsLayerCA49platformCALayerShouldTemporarilyRetainTileCohortsEPNS_15PlatformCALayerE
+_filenameByFixingIllegalCharacters
+_hasCaseInsensitivePrefix
+_hasCaseInsensitiveSubstring
+_hasCaseInsensitiveSuffix
+_preferredBundleLocalizationName
+_stringIsCaseInsensitiveEqualToString
+_suggestedFilenameWithMIMEType
+_wkCALayerEnumerateRectsBeingDrawnWithBlock
+_wkCFURLRequestAllowAllPostCaching
+_wkCGContextGetShouldSmoothFonts
+_wkCGContextIsPDFContext
+_wkCGContextResetClip
+_wkCGPathAddRoundedRect
+_wkCGPatternCreateWithImageAndTransform
+_wkCopyCFURLResponseSuggestedFilename
+_wkCopyCONNECTProxyResponse
+_wkCopyHTTPCookieStorage
+_wkCopyNSURLResponseCertificateChain
+_wkCopyNSURLResponseStatusLine
+_wkCopyRequestWithStorageSession
+_wkCreatePrivateStorageSession
+_wkDeleteAllHTTPCookies
+_wkDeleteHTTPCookie
+_wkDestroyRenderingResources
+_wkExernalDeviceDisplayNameForPlayer
+_wkExernalDeviceTypeForPlayer
+_wkGetCFURLResponseHTTPResponse
+_wkGetCFURLResponseMIMEType
+_wkGetCFURLResponseURL
+_wkGetHTTPCookieAcceptPolicy
+_wkGetHTTPRequestPriority
+_wkGetNSURLResponseLastModifiedDate
+_wkGetUserToBaseCTM
+_wkGetWebDefaultCFStringEncoding
+_wkHTTPCookies
+_wkHTTPCookiesForURL
+_wkHTTPRequestEnablePipelining
+_wkInitializeMaximumHTTPConnectionCountPerHost
+_wkQueryDecoderAvailability
+_wkSetBaseCTM
+_wkSetCFURLResponseMIMEType
+_wkSetCONNECTProxyAuthorizationForStream
+_wkSetCONNECTProxyForStream
+_wkSetHTTPCookieAcceptPolicy
+_wkSetHTTPCookiesForURL
+_wkSetHTTPRequestMaximumPriority
+_wkSetHTTPRequestMinimumFastLanePriority
+_wkSetHTTPRequestPriority
+_wkSetNSURLConnectionDefersCallbacks
+_wkSetNSURLRequestShouldContentSniff
+_wkSetPatternPhaseInUserSpace
+
+#if !defined(NDEBUG)
+__ZN7WebCore14SQLiteDatabase22disableThreadingChecksEv
+__ZN7WebCore24NoEventDispatchAssertion7s_countE
+__ZNK7WebCore7Element26fastAttributeLookupAllowedERKNS_13QualifiedNameE
+#endif
+
+#if !ASSERT_DISABLED
+__ZN7WebCore27NoExceptionAssertionCheckerC1EPKci
+__ZN7WebCore27NoExceptionAssertionCheckerD1Ev
+#endif
+
+#if !LOG_DISABLED
+__ZN7WebCore20LogNotYetImplementedE
+__ZN7WebCore28notImplementedLoggingChannelEv
+__ZN7WebCore36initializeLoggingChannelsIfNecessaryEv
+#endif
+
+#if PLATFORM(MAC)
+.objc_class_name_DOMAttr
+.objc_class_name_DOMCDATASection
+.objc_class_name_DOMCSSCharsetRule
+.objc_class_name_DOMCSSFontFaceRule
+.objc_class_name_DOMCSSImportRule
+.objc_class_name_DOMCSSMediaRule
+.objc_class_name_DOMCSSPageRule
+.objc_class_name_DOMCSSPrimitiveValue
+.objc_class_name_DOMCSSRule
+.objc_class_name_DOMCSSRuleList
+.objc_class_name_DOMCSSStyleRule
+.objc_class_name_DOMCSSStyleSheet
+.objc_class_name_DOMCSSUnknownRule
+.objc_class_name_DOMCSSValue
+.objc_class_name_DOMCSSValueList
+.objc_class_name_DOMComment
+.objc_class_name_DOMCounter
+.objc_class_name_DOMDocumentType
+.objc_class_name_DOMEntity
+.objc_class_name_DOMEntityReference
+.objc_class_name_DOMHTMLBRElement
+.objc_class_name_DOMHTMLBaseElement
+.objc_class_name_DOMHTMLBaseFontElement
+.objc_class_name_DOMHTMLCollection
+.objc_class_name_DOMHTMLDListElement
+.objc_class_name_DOMHTMLDirectoryElement
+.objc_class_name_DOMHTMLDivElement
+.objc_class_name_DOMHTMLFieldSetElement
+.objc_class_name_DOMHTMLFontElement
+.objc_class_name_DOMHTMLHRElement
+.objc_class_name_DOMHTMLHeadElement
+.objc_class_name_DOMHTMLHeadingElement
+.objc_class_name_DOMHTMLHtmlElement
+.objc_class_name_DOMHTMLLIElement
+.objc_class_name_DOMHTMLLabelElement
+.objc_class_name_DOMHTMLLegendElement
+.objc_class_name_DOMHTMLLinkElement
+.objc_class_name_DOMHTMLMapElement
+.objc_class_name_DOMHTMLMenuElement
+.objc_class_name_DOMHTMLMetaElement
+.objc_class_name_DOMHTMLModElement
+.objc_class_name_DOMHTMLOListElement
+.objc_class_name_DOMHTMLOptionsCollection
+.objc_class_name_DOMHTMLParagraphElement
+.objc_class_name_DOMHTMLParamElement
+.objc_class_name_DOMHTMLPreElement
+.objc_class_name_DOMHTMLQuoteElement
+.objc_class_name_DOMHTMLScriptElement
+.objc_class_name_DOMHTMLTableCaptionElement
+.objc_class_name_DOMHTMLTableColElement
+.objc_class_name_DOMHTMLTableElement
+.objc_class_name_DOMHTMLTableRowElement
+.objc_class_name_DOMHTMLTableSectionElement
+.objc_class_name_DOMHTMLTitleElement
+.objc_class_name_DOMHTMLUListElement
+.objc_class_name_DOMImplementation
+.objc_class_name_DOMMediaList
+.objc_class_name_DOMNamedNodeMap
+.objc_class_name_DOMNodeFilter
+.objc_class_name_DOMNodeIterator
+.objc_class_name_DOMNodeList
+.objc_class_name_DOMNotation
+.objc_class_name_DOMObject
+.objc_class_name_DOMProcessingInstruction
+.objc_class_name_DOMRGBColor
+.objc_class_name_DOMRect
+.objc_class_name_DOMStyleSheet
+.objc_class_name_DOMStyleSheetList
+.objc_class_name_DOMTreeWalker
+.objc_class_name_WebCoreFullScreenPlaceholderView
+.objc_class_name_WebCoreFullScreenWarningView
+.objc_class_name_WebCoreFullScreenWindow
+.objc_class_name_WebWindowFadeAnimation
+.objc_class_name_WebWindowScaleAnimation
+__ZN7WebCore10FloatPointC1ERK8_NSPoint
+__ZN7WebCore10handCursorEv
+__ZN7WebCore11CachedImage5imageEv
+__ZN7WebCore11globalPointERK8_NSPointP8NSWindow
+__ZN7WebCore11toUserSpaceERK7_NSRectP8NSWindow
+__ZN7WebCore12EventHandler10mouseMovedEP7NSEvent
+__ZN7WebCore12EventHandler10wheelEventEP7NSEvent
+__ZN7WebCore12EventHandler12mouseDraggedEP7NSEvent
+__ZN7WebCore12EventHandler14currentNSEventEv
+__ZN7WebCore12EventHandler31passMouseMovedEventToScrollbarsEP7NSEvent
+__ZN7WebCore12EventHandler33sendFakeEventsAfterWidgetTrackingEP7NSEvent
+__ZN7WebCore12EventHandler47handleKeyboardSelectionMovementForAccessibilityEPNS_13KeyboardEventE
+__ZN7WebCore12EventHandler7mouseUpEP7NSEvent
+__ZN7WebCore12EventHandler8keyEventEP7NSEvent
+__ZN7WebCore12EventHandler9mouseDownEP7NSEvent
+__ZN7WebCore13DataDetection29detectItemAroundHitTestResultERKNS_13HitTestResultERNS_9FloatRectERN3WTF6RefPtrINS_5RangeEEE
+__ZN7WebCore13TextIndicator15createWithRangeERKNS_5RangeENS_35TextIndicatorPresentationTransitionE
+__ZN7WebCore13TextIndicator26createWithSelectionInFrameERNS_5FrameENS_35TextIndicatorPresentationTransitionE
+__ZN7WebCore13TextIndicator6createERKNS_17TextIndicatorDataE
+__ZN7WebCore13TextIndicatorD1Ev
+__ZN7WebCore13getRawCookiesERKNS_21NetworkStorageSessionERKNS_3URLES5_RN3WTF6VectorINS_6CookieELj0ENS6_15CrashOnOverflowEEE
+__ZN7WebCore13toDeviceSpaceERKNS_9FloatRectEP8NSWindow
+__ZN7WebCore14cookiesEnabledERKNS_21NetworkStorageSessionERKNS_3URLES5_
+__ZN7WebCore15ResourceRequest41updateFromDelegatePreservingOldPropertiesERKS0_
+__ZN7WebCore16FontPlatformDataC1EP6NSFontfbbbNS_15FontOrientationENS_16FontWidthVariantE
+__ZN7WebCore16FontPlatformDataC2EP6NSFontfbbbNS_15FontOrientationENS_16FontWidthVariantE
+__ZN7WebCore16JSXMLHttpRequest9toWrappedEN3JSC7JSValueE
+__ZN7WebCore16colorFromNSColorEP7NSColor
+__ZN7WebCore16deleteAllCookiesERKNS_21NetworkStorageSessionE
+__ZN7WebCore16enclosingIntRectERK7_NSRect
+__ZN7WebCore17ScrollbarThemeMac23setUpOverhangAreaShadowEP7CALayer
+__ZN7WebCore17ScrollbarThemeMac24removeOverhangAreaShadowEP7CALayer
+__ZN7WebCore17ScrollbarThemeMac27setUpOverhangAreaBackgroundEP7CALayerRKNS_5ColorE
+__ZN7WebCore17ScrollbarThemeMac28removeOverhangAreaBackgroundEP7CALayer
+__ZN7WebCore19TextIndicatorWindow16setTextIndicatorEN3WTF10PassRefPtrINS_13TextIndicatorEEEbNSt3__18functionIFvvEEE
+__ZN7WebCore19TextIndicatorWindowC1EP6NSView
+__ZN7WebCore19TextIndicatorWindowD1Ev
+__ZN7WebCore19applicationIsSafariEv
+__ZN7WebCore20PlatformEventFactory24createPlatformMouseEventEP7NSEventP6NSView
+__ZN7WebCore20PlatformEventFactory27createPlatformKeyboardEventEP7NSEvent
+__ZN7WebCore20ResourceHandleClient22willCacheResponseAsyncEPNS_14ResourceHandleEP19NSCachedURLResponse
+__ZN7WebCore20ResourceHandleClient23didReceiveResponseAsyncEPNS_14ResourceHandleERKNS_16ResourceResponseE
+__ZN7WebCore20applicationIsHRBlockEv
+__ZN7WebCore20builtInPDFPluginNameEv
+__ZN7WebCore21DeviceOrientationData6createEbdbdbdbb
+__ZN7WebCore21applicationIsApertureEv
+__ZN7WebCore21applicationIsVersionsEv
+__ZN7WebCore21reportThreadViolationEPKcNS_20ThreadViolationRoundE
+__ZN7WebCore22applicationIsAppleMailEv
+__ZN7WebCore22contextMenuItemTagBoldEv
+__ZN7WebCore23enableSuddenTerminationEv
+__ZN7WebCore23eventTimeStampSince1970EP7NSEvent
+__ZN7WebCore24contextMenuItemTagItalicEv
+__ZN7WebCore24contextMenuItemTagStylesEv
+__ZN7WebCore24disableSuddenTerminationEv
+__ZN7WebCore24keyIdentifierForKeyEventEP7NSEvent
+__ZN7WebCore25PluginMainThreadScheduler12scheduleCallEP4_NPPPFvPvES3_
+__ZN7WebCore25PluginMainThreadScheduler14registerPluginEP4_NPP
+__ZN7WebCore25PluginMainThreadScheduler16unregisterPluginEP4_NPP
+__ZN7WebCore25PluginMainThreadScheduler9schedulerEv
+__ZN7WebCore25contextMenuItemTagOutlineEv
+__ZN7WebCore25windowsKeyCodeForKeyEventEP7NSEvent
+__ZN7WebCore26contextMenuItemTagFontMenuEv
+__ZN7WebCore26contextMenuItemTagOpenLinkEv
+__ZN7WebCore26pdfDocumentTypeDescriptionEv
+__ZN7WebCore26usesTestModeFocusRingColorEv
+__ZN7WebCore27contextMenuItemTagShowFontsEv
+__ZN7WebCore27contextMenuItemTagUnderlineEv
+__ZN7WebCore27createDragImageForSelectionERNS_5FrameEb
+__ZN7WebCore28contextMenuItemTagCapitalizeEv
+__ZN7WebCore28contextMenuItemTagShowColorsEv
+__ZN7WebCore28contextMenuItemTagSmartLinksEv
+__ZN7WebCore28contextMenuItemTagSpeechMenuEv
+__ZN7WebCore29applicationIsMicrosoftOutlookEv
+__ZN7WebCore29contextMenuItemTagLeftToRightEv
+__ZN7WebCore29contextMenuItemTagRightToLeftEv
+__ZN7WebCore29contextMenuItemTagSmartDashesEv
+__ZN7WebCore29contextMenuItemTagSmartQuotesEv
+__ZN7WebCore29setUsesTestModeFocusRingColorEb
+__ZN7WebCore30contextMenuItemTagSpellingMenuEv
+__ZN7WebCore30contextMenuItemTagStopSpeakingEv
+__ZN7WebCore31applicationIsMicrosoftMessengerEv
+__ZN7WebCore31contextMenuItemTagCheckSpellingEv
+__ZN7WebCore31contextMenuItemTagIgnoreGrammarEv
+__ZN7WebCore31contextMenuItemTagMakeLowerCaseEv
+__ZN7WebCore31contextMenuItemTagMakeUpperCaseEv
+__ZN7WebCore31contextMenuItemTagStartSpeakingEv
+__ZN7WebCore32applicationIsAOLInstantMessengerEv
+__ZN7WebCore32contextMenuItemTagInspectElementEv
+__ZN7WebCore32contextMenuItemTagSmartCopyPasteEv
+__ZN7WebCore32editingAttributedStringFromRangeERNS_5RangeENS_31IncludeImagesInAttributedStringE
+__ZN7WebCore32useBlockedPlugInContextMenuTitleEv
+__ZN7WebCore33contextMenuItemTagTextReplacementEv
+__ZN7WebCore33postScriptDocumentTypeDescriptionEv
+__ZN7WebCore33setDefaultThreadViolationBehaviorENS_23ThreadViolationBehaviorENS_20ThreadViolationRoundE
+__ZN7WebCore34contextMenuItemTagDefaultDirectionEv
+__ZN7WebCore35contextMenuItemTagShowSpellingPanelEb
+__ZN7WebCore35contextMenuItemTagShowSubstitutionsEb
+__ZN7WebCore35contextMenuItemTagSubstitutionsMenuEv
+__ZN7WebCore36rangeForDictionaryLookupForSelectionERKNS_16VisibleSelectionEPP12NSDictionary
+__ZN7WebCore37contextMenuItemTagTransformationsMenuEv
+__ZN7WebCore38contextMenuItemTagWritingDirectionMenuEv
+__ZN7WebCore39rangeExpandedAroundPositionByCharactersERKNS_15VisiblePositionEi
+__ZN7WebCore39rangeForDictionaryLookupAtHitTestResultERKNS_13HitTestResultEPP12NSDictionary
+__ZN7WebCore42contextMenuItemTagCheckGrammarWithSpellingEv
+__ZN7WebCore42contextMenuItemTagCheckSpellingWhileTypingEv
+__ZN7WebCore46contextMenuItemTagCorrectSpellingAutomaticallyEv
+__ZN7WebCore6Cursor8fromTypeENS0_4TypeE
+__ZN7WebCore6CursorC1EPNS_5ImageERKNS_8IntPointE
+__ZN7WebCore6CursorC1ERKS0_
+__ZN7WebCore6CursorD1Ev
+__ZN7WebCore6CursoraSERKS0_
+__ZN7WebCore6Editor13canDHTMLPasteEv
+__ZN7WebCore6Editor13tryDHTMLPasteEv
+__ZN7WebCore6Editor24advanceToNextMisspellingEb
+__ZN7WebCore6Editor25replaceNodeFromPasteboardEPNS_4NodeERKN3WTF6StringE
+__ZN7WebCore6Editor26dataSelectionForPasteboardERKN3WTF6StringE
+__ZN7WebCore6Editor27readSelectionFromPasteboardERKN3WTF6StringENS_22MailBlockquoteHandlingE
+__ZN7WebCore6Editor28stringSelectionForPasteboardEv
+__ZN7WebCore6Editor28toggleAutomaticLinkDetectionEv
+__ZN7WebCore6Editor30toggleAutomaticTextReplacementEv
+__ZN7WebCore6Editor31isAutomaticLinkDetectionEnabledEv
+__ZN7WebCore6Editor31toggleAutomaticDashSubstitutionEv
+__ZN7WebCore6Editor32toggleAutomaticQuoteSubstitutionEv
+__ZN7WebCore6Editor33isAutomaticTextReplacementEnabledEv
+__ZN7WebCore6Editor33toggleAutomaticSpellingCorrectionEv
+__ZN7WebCore6Editor34isAutomaticDashSubstitutionEnabledEv
+__ZN7WebCore6Editor35isAutomaticQuoteSubstitutionEnabledEv
+__ZN7WebCore6Editor36isAutomaticSpellingCorrectionEnabledEv
+__ZN7WebCore6Editor9copyImageERKNS_13HitTestResultE
+__ZN7WebCore6Widget17setPlatformWidgetEP6NSView
+__ZN7WebCore6WidgetC2EP6NSView
+__ZN7WebCore7nsColorERKNS_5ColorE
+__ZN7WebCore8IntPointC1ERK7CGPoint
+__ZN7WebCore8IntPointC1ERK8_NSPoint
+__ZN7WebCore9FloatRectC1ERK7_NSRect
+__ZN7WebCore9Scrollbar10mouseMovedERKNS_18PlatformMouseEventE
+__ZNK7WebCore10FloatPointcv8_NSPointEv
+__ZNK7WebCore6Cursor14platformCursorEv
+__ZNK7WebCore7IntRectcv7_NSRectEv
+__ZNK7WebCore7IntSizecv6CGSizeEv
+__ZNK7WebCore8IntPointcv8_NSPointEv
+__ZNK7WebCore9FloatRectcv7_NSRectEv
+_stringEncodingForResource
+_wkAccessibilityHandleFocusChanged
+_wkAdvanceDefaultButtonPulseAnimation
+_wkCopyAXTextMarkerRangeEnd
+_wkCopyAXTextMarkerRangeStart
+_wkCopyDefaultSearchProviderDisplayName
+_wkCreateAXTextMarker
+_wkCreateAXTextMarkerRange
+_wkCreateAXUIElementRef
+_wkCreateMediaUIBackgroundView
+_wkCreateMediaUIControl
+_wkCreateURLNPasteboardFlavorTypeName
+_wkCreateURLPasteboardFlavorTypeName
+_wkCreateVMPressureDispatchOnMainQueue
+_wkCursor
+_wkDrawBezeledTextArea
+_wkDrawCapsLockIndicator
+_wkDrawCellFocusRingWithFrameAtTime
+_wkDrawFocusRing
+_wkDrawFocusRingAtTime
+_wkDrawMediaSliderTrack
+_wkDrawMediaUIPart
+_wkExecutableWasLinkedOnOrBeforeSnowLeopard
+_wkGetAXTextMarkerRangeTypeID
+_wkGetAXTextMarkerTypeID
+_wkGetBytesFromAXTextMarker
+_wkGetHyphenationLocationBeforeIndex
+_wkGetNSEventKeyChar
+_wkGetNSURLResponseCalculatedExpiration
+_wkGetNSURLResponseMustRevalidate
+_wkGetWheelEventDeltas
+_wkHitTestMediaUIPart
+_wkMeasureMediaUIPart
+_wkPopupMenu
+_wkQTClearMediaDownloadCache
+_wkQTClearMediaDownloadCacheForSite
+_wkQTGetSitesInMediaDownloadCache
+_wkQTIncludeOnlyModernMediaFileTypes
+_wkQTMovieDisableComponent
+_wkQTMovieGetType
+_wkQTMovieHasClosedCaptions
+_wkQTMovieMaxTimeLoaded
+_wkQTMovieMaxTimeLoadedChangeNotification
+_wkQTMovieMaxTimeSeekable
+_wkQTMovieResolvedURL
+_wkQTMovieSelectPreferredAlternates
+_wkQTMovieSetShowClosedCaptions
+_wkQTMovieViewSetDrawSynchronously
+_wkRecommendedScrollerStyle
+_wkSetCGFontRenderingMode
+_wkSetDragImage
+_wkSetMetadataURL
+_wkSignedPublicKeyAndChallengeString
+_wkSpeechSynthesisGetDefaultVoiceIdentifierForLocale
+_wkSpeechSynthesisGetVoiceIdentifiers
+_wkUnregisterUniqueIdForElement
+_wkWindowSetAlpha
+_wkWindowSetScaledFrame
+#endif
+
+#if PLATFORM(MAC) &amp;&amp; !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES)
+__ZN7WebCore7IntSizeC1ERK7_NSSize
+__ZNK7WebCore7IntSizecv7_NSSizeEv
+#endif
+
+#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 101000
+__ZN7WebCore32shouldRegisterInsertionUndoGroupEP18NSAttributedString
+__ZN7WebCore44registerInsertionUndoGroupingWithUndoManagerEP13NSUndoManager
+#endif
+
+#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1080
+__ZN7WebCore24TextAlternativeWithRangeC1EP18NSTextAlternatives8_NSRange
+__ZN7WebCore27AlternativeTextUIController15addAlternativesERKN3WTF9RetainPtrI18NSTextAlternativesEE
+__ZN7WebCore27AlternativeTextUIController16showAlternativesEP6NSViewRKNS_9FloatRectEyU13block_pointerFvP8NSStringE
+__ZN7WebCore27AlternativeTextUIController18removeAlternativesEy
+__ZN7WebCore27AlternativeTextUIController22alternativesForContextEy
+__ZN7WebCore27AlternativeTextUIController5clearEv
+__ZN7WebCore32collectDictationTextAlternativesEP18NSAttributedStringRN3WTF6VectorINS_24TextAlternativeWithRangeELj0ENS2_15CrashOnOverflowEEE
+_wkCGContextDrawsWithCorrectShadowOffsets
+_wkExecutableWasLinkedOnOrBeforeLion
+_wkNSElasticDeltaForReboundDelta
+_wkNSElasticDeltaForTimeDelta
+_wkNSReboundDeltaForElasticDelta
+#endif
+
+#if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1090
+_wkCreateMemoryStatusPressureCriticalDispatchOnMainQueue
+#endif
+
+#if PLATFORM(IOS)
+.objc_class_name_NSCursor
+.objc_class_name_WAKClipView
+.objc_class_name_WAKScrollView
+.objc_class_name_WAKView
+.objc_class_name_WAKWindow
+.objc_class_name_WebEvent
+_InitWebCoreThreadSystemInterface
+_NSApp
+_WAKViewDidScrollNotification
+_WAKViewFrameSizeDidChangeNotification
+_WAKWindowScreenScaleDidChangeNotification
+_WAKWindowVisibilityDidChangeNotification
+_WKBeginObservingContentChanges
+_WKGetCurrentGraphicsContext
+_WKObservedContentChange
+_WKObservingContentChanges
+_WKRectFill
+_WKRelease
+_WKRetain
+_WKSetCurrentGraphicsContext
+_WKSetPattern
+_WKStopObservingContentChanges
+_WKViewAcceptsFirstResponder
+_WKViewAddSubview
+_WKViewBecomeFirstResponder
+_WKViewConvertRectFromBase
+_WKViewConvertRectToBase
+_WKViewCreateWithFrame
+_WKViewGetBounds
+_WKViewGetFrame
+_WKViewGetScale
+_WKViewGetWindow
+_WKViewRemoveFromSuperview
+_WKViewResignFirstResponder
+_WKViewSetFrameOrigin
+_WKViewSetFrameSize
+_WKViewSetScale
+_WKViewTraverseNext
+_WebCoreObjCDeallocOnWebThread
+_WebThreadAdoptAndRelease
+_WebThreadCallDelegate
+_WebThreadCallDelegateAsync
+_WebThreadClearObservedContentModifiers
+_WebThreadCountOfObservedContentModifiers
+_WebThreadEnable
+_WebThreadIsCurrent
+_WebThreadIsEnabled
+_WebThreadIsLocked
+_WebThreadIsLockedOrDisabled
+_WebThreadLock
+_WebThreadLockFromAnyThread
+_WebThreadLockFromAnyThreadNoLog
+_WebThreadLockPopModal
+_WebThreadLockPushModal
+_WebThreadMakeNSInvocation
+_WebThreadNotCurrent
+_WebThreadPostNotification
+_WebThreadRun
+_WebThreadRunLoop
+_WebThreadRunOnMainThread
+_WebThreadSetDelegateSourceRunLoopMode
+_WebThreadUnlock
+_WebThreadUnlockFromAnyThread
+_WebThreadUnlockGuardForMail
+_WebUIApplicationDidBecomeActiveNotification
+_WebUIApplicationWillEnterForegroundNotification
+_WebUIApplicationWillResignActiveNotification
+__ZN7WebCore10ScrollView15setScrollOffsetERKNS_8IntPointE
+__ZN7WebCore10ScrollView21setExposedContentRectERKNS_9FloatRectE
+__ZN7WebCore10ScrollView24setUnobscuredContentSizeERKNS_9FloatSizeE
+__ZN7WebCore10XLinkNames4initEv
+__ZN7WebCore10inSameLineERKNS_15VisiblePositionES2_
+__ZN7WebCore11BidiContext41copyStackRemovingUnicodeEmbeddingContextsEv
+__ZN7WebCore11BidiContext6createEh14UCharDirectionbNS_19BidiEmbeddingSourceEPS0_
+__ZN7WebCore11CachedImage5imageEv
+__ZN7WebCore11EditCommand18setEndingSelectionERKNS_16VisibleSelectionE
+__ZN7WebCore11FileChooser16chooseMediaFilesERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEERKS3_PNS_4IconE
+__ZN7WebCore11Geolocation29resetAllGeolocationPermissionEv
+__ZN7WebCore11MathMLNames4initEv
+__ZN7WebCore11MemoryCache18pruneDeadResourcesEv
+__ZN7WebCore11MemoryCache18pruneLiveResourcesEb
+__ZN7WebCore11isCJKLocaleERKN3WTF12AtomicStringE
+__ZN7WebCore11isEndOfLineERKNS_15VisiblePositionE
+__ZN7WebCore11prefetchDNSERKN3WTF6StringE
+__ZN7WebCore12AudioSession11setCategoryENS0_12CategoryTypeE
+__ZN7WebCore12AudioSession13sharedSessionEv
+__ZN7WebCore12EventHandler10mouseMovedEP8WebEvent
+__ZN7WebCore12EventHandler10wheelEventEP8WebEvent
+__ZN7WebCore12EventHandler15sendScrollEventEv
+__ZN7WebCore12EventHandler7mouseUpEP8WebEvent
+__ZN7WebCore12EventHandler8keyEventEP8WebEvent
+__ZN7WebCore12EventHandler9mouseDownEP8WebEvent
+__ZN7WebCore12GCController22discardAllCompiledCodeEv
+__ZN7WebCore12GCController23releaseExecutableMemoryEv
+__ZN7WebCore13SelectionRectC1Ev
+__ZN7WebCore13cachedCGColorERKNS_5ColorENS_10ColorSpaceE
+__ZN7WebCore13endOfDocumentEPKNS_4NodeE
+__ZN7WebCore13endOfDocumentERKNS_15VisiblePositionE
+__ZN7WebCore13endOfSentenceERKNS_15VisiblePositionE
+__ZN7WebCore13getRawCookiesERKNS_21NetworkStorageSessionERKNS_3URLES5_RN3WTF6VectorINS_6CookieELj0ENS6_15CrashOnOverflowEEE
+__ZN7WebCore13isStartOfLineERKNS_15VisiblePositionE
+__ZN7WebCore14DocumentLoader19setResponseMIMETypeERKN3WTF6StringE
+__ZN7WebCore14DocumentWriter3endEv
+__ZN7WebCore14FrameSelection13setCaretColorERKNS_5ColorE
+__ZN7WebCore14FrameSelection16updateAppearanceEv
+__ZN7WebCore14FrameSelection20selectRangeOnElementEjjPNS_4NodeE
+__ZN7WebCore14FrameSelection21clearCurrentSelectionEv
+__ZN7WebCore14FrameSelection33wordRangeContainingCaretSelectionEv
+__ZN7WebCore14FrameSelection37wordSelectionContainingCaretSelectionERKNS_16VisibleSelectionE
+__ZN7WebCore14FrameSelection45expandSelectionToWordContainingCaretSelectionEv
+__ZN7WebCore14FrameSelection48expandSelectionToElementContainingCaretSelectionEv
+__ZN7WebCore14FrameSelection52expandSelectionToStartOfWordContainingCaretSelectionEv
+__ZN7WebCore14FrameSelection6moveToERKNS_15VisiblePositionENS_14EUserTriggeredENS0_19CursorAlignOnScrollE
+__ZN7WebCore14FrameSelection6moveToERKNS_15VisiblePositionES3_NS_14EUserTriggeredE
+__ZN7WebCore14IconController3urlEv
+__ZN7WebCore14RenderThemeIOS22setContentSizeCategoryERKN3WTF6StringE
+__ZN7WebCore14ResourceHandle6cancelEv
+__ZN7WebCore14ResourceHandle9setClientEPNS_20ResourceHandleClientE
+__ZN7WebCore14ResourceHandleD1Ev
+__ZN7WebCore14areRangesEqualEPKNS_5RangeES2_
+__ZN7WebCore14cookiesEnabledERKNS_21NetworkStorageSessionERKNS_3URLES5_
+__ZN7WebCore15DatabaseTracker18setDatabasesPausedEb
+__ZN7WebCore15DatabaseTracker25deleteDatabaseFileIfEmptyERKN3WTF6StringE
+__ZN7WebCore15DatabaseTracker28removeDeletedOpenedDatabasesEv
+__ZN7WebCore15DatabaseTracker38emptyDatabaseFilesRemovalTaskDidFinishEv
+__ZN7WebCore15DatabaseTracker44emptyDatabaseFilesRemovalTaskWillBeScheduledEv
+__ZN7WebCore15DatabaseTracker7trackerEv
+__ZN7WebCore15GraphicsContext12drawBidiTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointENS1_24CustomFontNotReadyActionEPNS_10BidiStatusEi
+__ZN7WebCore15GraphicsContext15drawLineForTextERKNS_10FloatPointEfbb
+__ZN7WebCore15GraphicsContext22setEmojiDrawingEnabledEb
+__ZN7WebCore15GraphicsContext23setIsAcceleratedContextEb
+__ZN7WebCore15LegacyTileCache14drainLayerPoolEv
+__ZN7WebCore15LegacyTileCache20setLayerPoolCapacityEj
+__ZN7WebCore15ResourceRequest41updateFromDelegatePreservingOldPropertiesERKS0_
+__ZN7WebCore15StringTruncator12leftTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
+__ZN7WebCore15StringTruncator13rightTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
+__ZN7WebCore15StringTruncator14centerTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
+__ZN7WebCore15StringTruncator15rightClipToWordERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbfb
+__ZN7WebCore15StringTruncator20rightClipToCharacterERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
+__ZN7WebCore15isEndOfDocumentERKNS_15VisiblePositionE
+__ZN7WebCore15startOfDocumentEPKNS_4NodeE
+__ZN7WebCore15startOfDocumentERKNS_15VisiblePositionE
+__ZN7WebCore15startOfSentenceERKNS_15VisiblePositionE
+__ZN7WebCore16FontPlatformDataC1EPK8__CTFontfbbbNS_15FontOrientationENS_16FontWidthVariantE
+__ZN7WebCore16MIMETypeRegistry24isSupportedMediaMIMETypeERKN3WTF6StringE
+__ZN7WebCore16MIMETypeRegistry32getPreferredExtensionForMIMETypeERKN3WTF6StringE
+__ZN7WebCore16ThreadGlobalData26sharedMainThreadStaticDataE
+__ZN7WebCore16VisibleSelection27selectionFromContentsOfNodeEPNS_4NodeE
+__ZN7WebCore16VisibleSelectionC1Ev
+__ZN7WebCore16deleteAllCookiesERKNS_21NetworkStorageSessionE
+__ZN7WebCore16nextWordPositionERKNS_15VisiblePositionE
+__ZN7WebCore17CredentialStorage16clearCredentialsEv
+__ZN7WebCore17HistoryController18replaceCurrentItemEPNS_11HistoryItemE
+__ZN7WebCore17isStartOfDocumentERKNS_15VisiblePositionE
+__ZN7WebCore17systemMemoryLevelEv
+__ZN7WebCore17systemTotalMemoryEv
+__ZN7WebCore18PlatformPasteboard10readBufferEiRKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard10readStringEiRKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard5countEv
+__ZN7WebCore18PlatformPasteboard5writeERKN3WTF6StringES4_
+__ZN7WebCore18PlatformPasteboard5writeERKNS_15PasteboardImageE
+__ZN7WebCore18PlatformPasteboard5writeERKNS_20PasteboardWebContentE
+__ZN7WebCore18PlatformPasteboard7readURLEiRKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboardC1Ev
+__ZN7WebCore18isEditablePositionERKNS_8PositionENS_12EditableTypeENS_12EUpdateStyleE
+__ZN7WebCore18textBreakFollowingEPNS_17TextBreakIteratorEi
+__ZN7WebCore19ResourceRequestBase14setCachePolicyENS_26ResourceRequestCachePolicyE
+__ZN7WebCore19ResourceRequestBase19defaultAllowCookiesEv
+__ZN7WebCore19ResourceRequestBase22setDefaultAllowCookiesEb
+__ZN7WebCore19applicationIsWebAppEv
+__ZN7WebCore19asciiLineBreakTableE
+__ZN7WebCore20PlatformEventFactory27createPlatformKeyboardEventEP8WebEvent
+__ZN7WebCore20applicationIsOkCupidEv
+__ZN7WebCore20endOfEditableContentERKNS_15VisiblePositionE
+__ZN7WebCore20lastOffsetForEditingEPKNS_4NodeE
+__ZN7WebCore20networkStateNotifierEv
+__ZN7WebCore20nextSentencePositionERKNS_15VisiblePositionE
+__ZN7WebCore20previousWordPositionERKNS_15VisiblePositionE
+__ZN7WebCore21DeviceOrientationData6createEbdbdbdbdbd
+__ZN7WebCore21MemoryPressureHandler19clearMemoryPressureEv
+__ZN7WebCore21MemoryPressureHandler25installMemoryReleaseBlockEU13block_pointerFvvEb
+__ZN7WebCore21MemoryPressureHandler25setReceivedMemoryPressureENS_20MemoryPressureReasonE
+__ZN7WebCore21MemoryPressureHandler31shouldWaitForMemoryClearMessageEv
+__ZN7WebCore21SQLiteDatabaseTracker9setClientEPNS_27SQLiteDatabaseTrackerClientE
+__ZN7WebCore21applicationIsFacebookEv
+__ZN7WebCore21nextParagraphPositionERKNS_15VisiblePositionEi
+__ZN7WebCore21wordRangeFromPositionERKNS_15VisiblePositionE
+__ZN7WebCore22startOfEditableContentERKNS_15VisiblePositionE
+__ZN7WebCore23applicationIsMobileMailEv
+__ZN7WebCore23atBoundaryOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
+__ZN7WebCore24DocumentMarkerController14markersInRangeEPNS_5RangeENS_14DocumentMarker11MarkerTypesE
+__ZN7WebCore24FloatingPointEnvironment21enableDenormalSupportEv
+__ZN7WebCore24FloatingPointEnvironment25saveMainThreadEnvironmentEv
+__ZN7WebCore24FloatingPointEnvironment6sharedEv
+__ZN7WebCore24acquireLineBreakIteratorEN3WTF10StringViewERKNS0_12AtomicStringEPKtjNS_21LineBreakIteratorModeEb
+__ZN7WebCore24charactersAroundPositionERKNS_15VisiblePositionERiS3_S3_
+__ZN7WebCore24createTemporaryDirectoryEP8NSString
+__ZN7WebCore24distanceBetweenPositionsERKNS_15VisiblePositionES2_
+__ZN7WebCore24keyIdentifierForKeyEventEP8WebEvent
+__ZN7WebCore24previousSentencePositionERKNS_15VisiblePositionE
+__ZN7WebCore24releaseLineBreakIteratorEPNS_17TextBreakIteratorE
+__ZN7WebCore25applicationIsMobileSafariEv
+__ZN7WebCore25encloseRectToDevicePixelsERKNS_9FloatRectEf
+__ZN7WebCore25enclosingBlockFlowElementERKNS_15VisiblePositionE
+__ZN7WebCore25previousParagraphPositionERKNS_15VisiblePositionEi
+__ZN7WebCore26HTMLTextFormControlElement15hidePlaceholderEv
+__ZN7WebCore26HTMLTextFormControlElement26showPlaceholderIfNecessaryEv
+__ZN7WebCore27TileControllerMemoryHandler27trimUnparentedTilesToTargetEi
+__ZN7WebCore27createDragImageForSelectionERNS_5FrameEb
+__ZN7WebCore27tileControllerMemoryHandlerEv
+__ZN7WebCore27withinTextUnitOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
+__ZN7WebCore30closestWordBoundaryForPositionERKNS_15VisiblePositionE
+__ZN7WebCore30enclosingTextUnitOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
+__ZN7WebCore30plainTextReplacingNoBreakSpaceEPKNS_5RangeEtb
+__ZN7WebCore31NonSharedCharacterBreakIteratorC1EN3WTF10StringViewE
+__ZN7WebCore31NonSharedCharacterBreakIteratorD1Ev
+__ZN7WebCore31applicationIsDaijisenDictionaryEv
+__ZN7WebCore31applicationIsMicrosoftMessengerEv
+__ZN7WebCore31enableURLSchemeCanonicalizationEb
+__ZN7WebCore33applicationIsTheEconomistOnIPhoneEv
+__ZN7WebCore35isEndOfEditableOrNonEditableContentERKNS_15VisiblePositionE
+__ZN7WebCore35positionOfNextBoundaryOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
+__ZN7WebCore41initializeHTTPConnectionSettingsOnStartupEv
+__ZN7WebCore4FontC1ERKNS_16FontPlatformDataEN3WTF10PassRefPtrINS_12FontSelectorEEE
+__ZN7WebCore4Icon18createIconForImageEP7CGImage
+__ZN7WebCore4Node17isContentEditableENS0_22UserSelectAllTreatmentE
+__ZN7WebCore4Node23compareDocumentPositionEPS0_
+__ZN7WebCore4Page52updateStyleForAllPagesAfterGlobalChangeInEnvironmentEv
+__ZN7WebCore5ColorC1EP7CGColor
+__ZN7WebCore5EventC1ERKN3WTF12AtomicStringEbb
+__ZN7WebCore5Frame15setTimersPausedEb
+__ZN7WebCore5Frame20setViewportArgumentsERKNS_17ViewportArgumentsE
+__ZN7WebCore5Frame21deepestNodeAtLocationERKNS_10FloatPointE
+__ZN7WebCore5Frame21viewportOffsetChangedENS0_24ViewportOffsetChangeTypeE
+__ZN7WebCore5Frame26initWithSimpleHTMLDocumentERKN3WTF6StringERKNS_3URLE
+__ZN7WebCore5Frame27nodeRespondingToClickEventsERKNS_10FloatPointERS1_
+__ZN7WebCore5Frame29resetAllGeolocationPermissionEv
+__ZN7WebCore5Frame32dispatchPageHideEventBeforePauseEv
+__ZN7WebCore5Frame33clearRangedSelectionInitialExtentEv
+__ZN7WebCore5Frame33dispatchPageShowEventBeforeResumeEv
+__ZN7WebCore5Frame33nodeRespondingToScrollWheelEventsERKNS_10FloatPointE
+__ZN7WebCore5Frame35recursiveSetUpdateAppearanceEnabledEb
+__ZN7WebCore5Frame35setSelectionChangeCallbacksDisabledEb
+__ZN7WebCore5Frame36overflowScrollPositionChangedForNodeERKNS_8IntPointEPNS_4NodeEb
+__ZN7WebCore5Frame40setRangedSelectionBaseToCurrentSelectionEv
+__ZN7WebCore5Frame43setRangedSelectionBaseToCurrentSelectionEndEv
+__ZN7WebCore5Frame45setRangedSelectionBaseToCurrentSelectionStartEv
+__ZN7WebCore5Frame52setRangedSelectionInitialExtentToCurrentSelectionEndEv
+__ZN7WebCore5Frame54setRangedSelectionInitialExtentToCurrentSelectionStartEv
+__ZN7WebCore5Range21collectSelectionRectsERN3WTF6VectorINS_13SelectionRectELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore5Range6createERNS_8DocumentERKNS_15VisiblePositionES5_
+__ZN7WebCore5Range6createERNS_8DocumentERKNS_8PositionES5_
+__ZN7WebCore5Range6setEndERKNS_8PositionERi
+__ZN7WebCore5Range8setStartERKNS_8PositionERi
+__ZN7WebCore6Chrome11focusNSViewEP7WAKView
+__ZN7WebCore6Editor17confirmMarkedTextEv
+__ZN7WebCore6Editor22insertDictationPhrasesEN3WTF10PassOwnPtrINS1_6VectorINS3_INS1_6StringELj0ENS1_15CrashOnOverflowEEELj0ES5_EEEENS1_9RetainPtrIP11objc_objectEE
+__ZN7WebCore6Editor23setTextAsChildOfElementERKN3WTF6StringEPNS_7ElementE
+__ZN7WebCore6Editor24removeUnchangeableStylesEv
+__ZN7WebCore6Editor33markMisspellingsAfterTypingToWordERKNS_15VisiblePositionERKNS_16VisibleSelectionEb
+__ZN7WebCore6Editor35setDictationPhrasesAsChildOfElementEN3WTF10PassOwnPtrINS1_6VectorINS3_INS1_6StringELj0ENS1_15CrashOnOverflowEEELj0ES5_EEEENS1_9RetainPtrIP11objc_objectEEPNS_7ElementE
+__ZN7WebCore6Editor46setTextAlignmentForChangedBaseWritingDirectionE16WritingDirection
+__ZN7WebCore6Editor59ensureLastEditCommandHasCurrentSelectionIfOpenForMoreTypingEv
+__ZN7WebCore6Widget17setPlatformWidgetEP7WAKView
+__ZN7WebCore6WidgetC2EP7WAKView
+__ZN7WebCore8Document19dispatchWindowEventEN3WTF10PassRefPtrINS_5EventEEENS2_INS_11EventTargetEEE
+__ZN7WebCore8IntPointC1ERK7CGPoint
+__ZN7WebCore8PositionC1EN3WTF10PassRefPtrINS_4NodeEEENS0_10AnchorTypeE
+__ZN7WebCore8PositionC1EN3WTF10PassRefPtrINS_4NodeEEENS0_19LegacyEditingOffsetE
+__ZN7WebCore8SVGNames4initEv
+__ZN7WebCore8Settings13gAVKitEnabledE
+__ZN7WebCore8Settings19gManageAudioSessionE
+__ZN7WebCore8Settings23setNetworkInterfaceNameERKN3WTF6StringE
+__ZN7WebCore8Settings31setAudioSessionCategoryOverrideEj
+__ZN7WebCore8Settings34setNetworkDataUsageTrackingEnabledEb
+__ZN7WebCore8Settings38gShouldOptOutOfNetworkStateObservationE
+__ZN7WebCore9FontCache25getLastResortFallbackFontERKNS_15FontDescriptionENS0_12ShouldRetainE
+__ZN7WebCore9FrameView17setScrollVelocityEdddd
+__ZN7WebCore9FrameView20setWasScrolledByUserEb
+__ZN7WebCore9FrameView24renderedCharactersExceedEj
+__ZN7WebCore9FrameView27setCustomSizeForResizeEventENS_7IntSizeE
+__ZN7WebCore9FrameView30graphicsLayerForPlatformWidgetEP7WAKView
+__ZN7WebCore9FrameView32setCustomFixedPositionLayoutRectERKNS_7IntRectE
+__ZN7WebCore9FrameView33rectForViewportConstrainedObjectsERKNS_10LayoutRectERKNS_10LayoutSizeEfbNS_30ScrollBehaviorForFixedElementsE
+__ZN7WebCore9FrameView36scheduleLayerFlushAllowingThrottlingEv
+__ZN7WebCore9FrameView46resumeVisibleImageAnimationsIncludingSubframesEv
+__ZN7WebCore9PageGroup17removeVisitedLinkERKNS_3URLE
+__ZNK7WebCore10FloatPointcv7CGPointEv
+__ZNK7WebCore10ScrollView18exposedContentRectEv
+__ZNK7WebCore10ScrollView21unobscuredContentRectENS_14ScrollableArea36VisibleContentRectIncludesScrollbarsE
+__ZNK7WebCore14DocumentLoader16responseMIMETypeEv
+__ZNK7WebCore14FrameSelection17wordOffsetInRangeEPKNS_5RangeE
+__ZNK7WebCore14FrameSelection20selectionAtWordStartEv
+__ZNK7WebCore14FrameSelection23spaceFollowsWordInRangeEPKNS_5RangeE
+__ZNK7WebCore14FrameSelection24selectionAtDocumentStartEv
+__ZNK7WebCore14FrameSelection24selectionAtSentenceStartEv
+__ZNK7WebCore14FrameSelection28characterAfterCaretSelectionEv
+__ZNK7WebCore14FrameSelection29characterBeforeCaretSelectionEv
+__ZNK7WebCore14FrameSelection29rangeByMovingCurrentSelectionEi
+__ZNK7WebCore14FrameSelection32rangeByExtendingCurrentSelectionEi
+__ZNK7WebCore14FrameSelection35characterInRelationToCaretSelectionEi
+__ZNK7WebCore14FrameSelection36elementRangeContainingCaretSelectionEv
+__ZNK7WebCore14SecurityOrigin8toStringEv
+__ZNK7WebCore15GraphicsLayerCA21contentsLayerForMediaEv
+__ZNK7WebCore15VisiblePosition4leftEb
+__ZNK7WebCore15VisiblePosition5rightEb
+__ZNK7WebCore17RenderTextControl22textFormControlElementEv
+__ZNK7WebCore22HTMLFormControlElement11autocorrectEv
+__ZNK7WebCore22HTMLFormControlElement18autocapitalizeTypeEv
+__ZNK7WebCore26HTMLTextFormControlElement23visiblePositionForIndexEi
+__ZNK7WebCore32FixedPositionViewportConstraints28layerPositionForViewportRectERKNS_9FloatRectE
+__ZNK7WebCore33StickyPositionViewportConstraints32layerPositionForConstrainingRectERKNS_9FloatRectE
+__ZNK7WebCore4Node16hasEditableStyleENS0_13EditableLevelENS0_22UserSelectAllTreatmentE
+__ZNK7WebCore4Node19rootEditableElementEv
+__ZNK7WebCore4Node25isEditableToAccessibilityENS0_13EditableLevelE
+__ZNK7WebCore5Frame12updateLayoutEv
+__ZNK7WebCore5Frame15innerLineHeightEP7DOMNode
+__ZNK7WebCore5Frame15preferredHeightEv
+__ZNK7WebCore5Frame18renderRectForPointE7CGPointPbPf
+__ZNK7WebCore5Frame19rangedSelectionBaseEv
+__ZNK7WebCore5Frame21styleAtSelectionStartEv
+__ZNK7WebCore5Frame22rectForScrollToVisibleEv
+__ZNK7WebCore5Frame23wordsInCurrentParagraphEv
+__ZNK7WebCore5Frame26formElementsCharacterCountEv
+__ZNK7WebCore5Frame28rangedSelectionInitialExtentEv
+__ZNK7WebCore5Frame29interpretationsForCurrentRootEv
+__ZNK7WebCore5Frame9caretRectEv
+__ZNK7WebCore6Editor16hasBidiSelectionEv
+__ZNK7WebCore6Editor6clientEv
+__ZNK7WebCore7Element15absoluteLinkURLEv
+__ZNK7WebCore7IntSizecv6CGSizeEv
+__ZNK7WebCore8Document31isTelephoneNumberParsingAllowedEv
+__ZNK7WebCore8Document31isTelephoneNumberParsingEnabledEv
+__ZNK7WebCore8Position8previousENS_16PositionMoveTypeE
+__ZNK7WebCore9FloatQuad13isRectilinearEv
+__ZNK7WebCore9FloatRectcv6CGRectEv
+__ZNK7WebCore9FloatSizecv6CGSizeEv
+__ZNK7WebCore9FrameView17wasScrolledByUserEv
+__ZNK7WebCore9FrameView30viewportConstrainedObjectsRectEv
+__ZNK7WebCore9RenderBox11borderRadiiEv
+_webThreadShouldYield
+_wkExecutableWasLinkedOnOrAfterIOSVersion
+_wkGetAvailableScreenSize
+_wkGetDeviceClass
+_wkGetDeviceName
+_wkGetMediaUIImageData
+_wkGetOSNameForUserAgent
+_wkGetPlatformNameForNavigator
+_wkGetScreenScaleFactor
+_wkGetScreenSize
+_wkGetUserAgent
+_wkGetVendorNameForNavigator
+_wkIsGB18030ComplianceRequired
+_wkIsOptimizedFullscreenSupported
+_wkSetLayerContentsScale
+#endif
+
+#if PLATFORM(IOS) &amp;&amp; USE(CFNETWORK)
+__ZN7WebCore20ResourceHandleClient22willCacheResponseAsyncEPNS_14ResourceHandleEPK20_CFCachedURLResponse
+#endif
+
+#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1090
+__ZN7WebCore15ProtectionSpace28encodingRequiresPlatformDataEP20NSURLProtectionSpace
+__ZN7WebCore16DiskCacheMonitorC2ERKNS_15ResourceRequestENS_9SessionIDEPK20_CFCachedURLResponse
+__ZN7WebCore23wrapSerializedCryptoKeyERKN3WTF6VectorIhLj0ENS0_15CrashOnOverflowEEES5_RS3_
+__ZN7WebCore25unwrapSerializedCryptoKeyERKN3WTF6VectorIhLj0ENS0_15CrashOnOverflowEEES5_RS3_
+__ZN7WebCore28getDefaultWebCryptoMasterKeyERN3WTF6VectorIhLj0ENS0_15CrashOnOverflowEEE
+__ZTVN7WebCore16DiskCacheMonitorE
+#endif
+
+#if ENABLE(3D_RENDERING)
+_WebCoreHas3DRendering
+#endif
+
+#if USE(APPKIT)
+__ZN7WebCore6Editor13lowercaseWordEv
+__ZN7WebCore6Editor13uppercaseWordEv
+__ZN7WebCore6Editor14capitalizeWordEv
+#endif
+
+#if ENABLE(ASYNC_SCROLLING)
+__ZN7WebCore13ScrollingTree16handleWheelEventERKNS_18PlatformWheelEventE
+__ZN7WebCore13ScrollingTree18commitNewTreeStateEN3WTF10PassOwnPtrINS_18ScrollingStateTreeEEE
+__ZN7WebCore13ScrollingTree21setCanRubberBandStateEbbbb
+__ZN7WebCore13ScrollingTree31willWheelEventStartSwipeGestureERKNS_18PlatformWheelEventE
+__ZN7WebCore13ScrollingTree32isPointInNonFastScrollableRegionENS_8IntPointE
+__ZN7WebCore13ScrollingTree35shouldHandleWheelEventSynchronouslyERKNS_18PlatformWheelEventE
+__ZN7WebCore13ScrollingTree36viewportChangedViaDelegatedScrollingEyRKNS_9FloatRectEd
+__ZN7WebCore13ScrollingTree37setScrollingPerformanceLoggingEnabledEb
+__ZN7WebCore13ScrollingTree42scrollPositionChangedViaDelegatedScrollingEyRKNS_10FloatPointEb
+__ZN7WebCore13ScrollingTreeC2Ev
+__ZN7WebCore13ScrollingTreeD1Ev
+__ZN7WebCore13ScrollingTreeD2Ev
+__ZN7WebCore15ScrollingThread15dispatchBarrierENSt3__18functionIFvvEEE
+__ZN7WebCore15ScrollingThread8dispatchENSt3__18functionIFvvEEE
+__ZN7WebCore18ScrollingStateNode8setLayerERKNS_19LayerRepresentationE
+__ZN7WebCore18ScrollingStateTree10attachNodeENS_17ScrollingNodeTypeEyy
+__ZN7WebCore18ScrollingStateTree14stateNodeForIDEy
+__ZN7WebCore18ScrollingStateTree15setRemovedNodesEN3WTF7HashSetIyNS1_7IntHashIyEENS1_10HashTraitsIyEEEE
+__ZN7WebCore18ScrollingStateTree23setHasChangedPropertiesEb
+__ZN7WebCore18ScrollingStateTree6commitENS_19LayerRepresentation4TypeE
+__ZN7WebCore18ScrollingStateTree6createEPNS_25AsyncScrollingCoordinatorE
+__ZN7WebCore18ScrollingStateTreeD1Ev
+__ZN7WebCore20ScrollingCoordinator13pageDestroyedEv
+__ZN7WebCore20ScrollingCoordinator45setForceSynchronousScrollLayerPositionUpdatesEb
+__ZN7WebCore22ScrollingTreeFixedNode6createERNS_13ScrollingTreeEy
+__ZN7WebCore23ScrollingStateFixedNode17updateConstraintsERKNS_32FixedPositionViewportConstraintsE
+__ZN7WebCore23ScrollingTreeStickyNode6createERNS_13ScrollingTreeEy
+__ZN7WebCore24ScrollingStateStickyNode17updateConstraintsERKNS_33StickyPositionViewportConstraintsE
+__ZN7WebCore25AsyncScrollingCoordinator14clearStateTreeEv
+__ZN7WebCore25AsyncScrollingCoordinator17attachToStateTreeENS_17ScrollingNodeTypeEyy
+__ZN7WebCore25AsyncScrollingCoordinator18syncChildPositionsERKNS_10LayoutRectE
+__ZN7WebCore25AsyncScrollingCoordinator19detachFromStateTreeEy
+__ZN7WebCore25AsyncScrollingCoordinator22frameViewLayoutUpdatedEPNS_9FrameViewE
+__ZN7WebCore25AsyncScrollingCoordinator24updateFrameScrollingNodeEyPNS_13GraphicsLayerES2_S2_S2_PKNS_20ScrollingCoordinator17ScrollingGeometryE
+__ZN7WebCore25AsyncScrollingCoordinator27frameViewRootLayerDidChangeEPNS_9FrameViewE
+__ZN7WebCore25AsyncScrollingCoordinator27requestScrollPositionUpdateEPNS_9FrameViewERKNS_8IntPointE
+__ZN7WebCore25AsyncScrollingCoordinator27updateOverflowScrollingNodeEyPNS_13GraphicsLayerES2_PKNS_20ScrollingCoordinator17ScrollingGeometryE
+__ZN7WebCore25AsyncScrollingCoordinator29updateViewportConstrainedNodeEyRKNS_19ViewportConstraintsEPNS_13GraphicsLayerE
+__ZN7WebCore25AsyncScrollingCoordinator30setSynchronousScrollingReasonsEj
+__ZN7WebCore25AsyncScrollingCoordinator37scrollableAreaScrollbarLayerDidChangeEPNS_14ScrollableAreaENS_20ScrollbarOrientationE
+__ZN7WebCore25AsyncScrollingCoordinator39frameViewNonFastScrollableRegionChangedEPNS_9FrameViewE
+__ZN7WebCore25AsyncScrollingCoordinator43recomputeWheelEventHandlerCountForFrameViewEPNS_9FrameViewE
+__ZN7WebCore25AsyncScrollingCoordinator44scheduleUpdateScrollPositionAfterAsyncScrollEyRKNS_10FloatPointEbNS_31SetOrSyncScrollingLayerPositionE
+__ZN7WebCore25AsyncScrollingCoordinatorC2EPNS_4PageE
+__ZN7WebCore25AsyncScrollingCoordinatorD2Ev
+__ZN7WebCore26ScrollingTreeScrollingNode17setScrollPositionERKNS_10FloatPointE
+__ZN7WebCore26ScrollingTreeScrollingNode19updateAfterChildrenERKNS_18ScrollingStateNodeE
+__ZN7WebCore26ScrollingTreeScrollingNode20updateBeforeChildrenERKNS_18ScrollingStateNodeE
+__ZN7WebCore26ScrollingTreeScrollingNode31updateLayersAfterAncestorChangeERKNS_17ScrollingTreeNodeERKNS_9FloatRectERKNS_9FloatSizeE
+__ZN7WebCore26ScrollingTreeScrollingNode46setScrollPositionWithoutContentEdgeConstraintsERKNS_10FloatPointE
+__ZN7WebCore27ScrollingStateScrollingNode15setScrollOriginERKNS_8IntPointE
+__ZN7WebCore27ScrollingStateScrollingNode17setScrollPositionERKNS_10FloatPointE
+__ZN7WebCore27ScrollingStateScrollingNode20setTotalContentsSizeERKNS_9FloatSizeE
+__ZN7WebCore27ScrollingStateScrollingNode21setScrollableAreaSizeERKNS_9FloatSizeE
+__ZN7WebCore27ScrollingStateScrollingNode24setReachableContentsSizeERKNS_9FloatSizeE
+__ZN7WebCore27ScrollingStateScrollingNode26setRequestedScrollPositionERKNS_10FloatPointEb
+__ZN7WebCore27ScrollingStateScrollingNode27setScrollableAreaParametersERKNS_24ScrollableAreaParametersE
+__ZN7WebCore32ScrollingStateFrameScrollingNode14setFooterLayerERKNS_19LayerRepresentationE
+__ZN7WebCore32ScrollingStateFrameScrollingNode14setHeaderLayerERKNS_19LayerRepresentationE
+__ZN7WebCore32ScrollingStateFrameScrollingNode15setFooterHeightEi
+__ZN7WebCore32ScrollingStateFrameScrollingNode15setHeaderHeightEi
+__ZN7WebCore32ScrollingStateFrameScrollingNode17setInsetClipLayerERKNS_19LayerRepresentationE
+__ZN7WebCore32ScrollingStateFrameScrollingNode18setTopContentInsetEf
+__ZN7WebCore32ScrollingStateFrameScrollingNode19setFrameScaleFactorEf
+__ZN7WebCore32ScrollingStateFrameScrollingNode21setContentShadowLayerERKNS_19LayerRepresentationE
+__ZN7WebCore32ScrollingStateFrameScrollingNode24setCounterScrollingLayerERKNS_19LayerRepresentationE
+__ZN7WebCore32ScrollingStateFrameScrollingNode24setScrolledContentsLayerERKNS_19LayerRepresentationE
+__ZN7WebCore32ScrollingStateFrameScrollingNode25setWheelEventHandlerCountEj
+__ZN7WebCore32ScrollingStateFrameScrollingNode26setNonFastScrollableRegionERKNS_6RegionE
+__ZN7WebCore32ScrollingStateFrameScrollingNode30setSynchronousScrollingReasonsEj
+__ZN7WebCore32ScrollingStateFrameScrollingNode33setScrollBehaviorForFixedElementsENS_30ScrollBehaviorForFixedElementsE
+__ZN7WebCore34ScrollingTreeOverflowScrollingNodeC2ERNS_13ScrollingTreeEy
+__ZN7WebCore34ScrollingTreeOverflowScrollingNodeD2Ev
+__ZN7WebCore35ScrollingStateOverflowScrollingNode24setScrolledContentsLayerERKNS_19LayerRepresentationE
+__ZNK7WebCore25AsyncScrollingCoordinator24scrollingStateTreeAsTextEv
+__ZNK7WebCore26ScrollingTreeScrollingNode21maximumScrollPositionEv
+__ZNK7WebCore26ScrollingTreeScrollingNode21minimumScrollPositionEv
+#endif
+
+#if ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(MAC)
+__ZN7WebCore34ScrollingTreeFrameScrollingNodeMac6createERNS_13ScrollingTreeEy
+#endif
+
+#if ENABLE(ASYNC_SCROLLING) &amp;&amp; PLATFORM(IOS)
+__ZN7WebCore34ScrollingTreeFrameScrollingNodeIOS6createERNS_13ScrollingTreeEy
+#endif
+
+#if USE(AVFOUNDATION)
+__ZN7WebCore8Settings20gAVFoundationEnabledE
+__ZN7WebCore8Settings22setAVFoundationEnabledEb
+#endif
+
+#if ENABLE(CACHE_PARTITIONING)
+__ZN7WebCore15ResourceRequest13partitionNameERKN3WTF6StringE
+_wkCachePartitionKey
+#endif
+
+#if USE(CFNETWORK)
+__ZN7WebCore14ResourceHandle25continueWillCacheResponseEPK20_CFCachedURLResponse
+__ZN7WebCore14ResourceHandle28releaseConnectionForDownloadEv
+__ZN7WebCore15ResourceRequestC1EP12NSURLRequest
+__ZN7WebCore16ResourceResponseC1EP13NSURLResponse
+__ZNK7WebCore13ResourceErrorcvP9__CFErrorEv
+__ZNK7WebCore15ResourceRequest12cfURLRequestENS_20HTTPBodyUpdatePolicyE
+__ZNK7WebCore16ResourceResponse13cfURLResponseEv
+_wkCopyCredentialFromCFPersistentStorage
+_wkGetDefaultHTTPCookieStorage
+_wkSetCFURLRequestShouldContentSniff
+_wkSetRequestStorageSession
+#endif
+
+#if !USE(CFNETWORK)
+__ZN7WebCore14ResourceHandle25continueWillCacheResponseEP19NSCachedURLResponse
+__ZN7WebCore37synthesizeRedirectResponseIfNecessaryEP15NSURLConnectionP12NSURLRequestP13NSURLResponse
+#endif
+
+#if ENABLE(CONTENT_FILTERING)
+__ZN7WebCore13ContentFilter6decodeEP17NSKeyedUnarchiverRS0_
+__ZN7WebCore13ContentFilterC1Ev
+__ZN7WebCore13ContentFilterD1Ev
+__ZNK7WebCore13ContentFilter6encodeEP15NSKeyedArchiver
+#endif
+
+#if ENABLE(CONTENT_FILTERING) &amp;&amp; PLATFORM(IOS)
+__ZN7WebCore13ContentFilter43handleUnblockRequestAndDispatchIfSuccessfulERKNS_15ResourceRequestENSt3__18functionIFvvEEE
+#endif
+
+#if ENABLE(CONTEXT_MENUS)
+__ZN7WebCore11ContextMenu22setPlatformDescriptionEP14NSMutableArray
+__ZN7WebCore12EventHandler20sendContextMenuEventERKNS_18PlatformMouseEventE
+__ZN7WebCore15ContextMenuItem26releasePlatformDescriptionEv
+__ZN7WebCore15ContextMenuItemC1ENS_19ContextMenuItemTypeENS_17ContextMenuActionERKN3WTF6StringEPNS_11ContextMenuE
+__ZN7WebCore15ContextMenuItemC1ENS_19ContextMenuItemTypeENS_17ContextMenuActionERKN3WTF6StringEbb
+__ZN7WebCore15ContextMenuItemC1EP10NSMenuItem
+__ZN7WebCore15ContextMenuItemD1Ev
+__ZN7WebCore15UserInputBridge22handleContextMenuEventERKNS_18PlatformMouseEventEPKNS_5FrameENS_11InputSourceE
+__ZN7WebCore21ContextMenuController16clearContextMenuEv
+__ZN7WebCore21ContextMenuController23contextMenuItemSelectedEPNS_15ContextMenuItemE
+__ZN7WebCore21contextMenuItemVectorEP14NSMutableArray
+__ZNK7WebCore11ContextMenu19platformDescriptionEv
+__ZNK7WebCore15ContextMenuItem15platformSubMenuEv
+__ZNK7WebCore15ContextMenuItem4typeEv
+__ZNK7WebCore15ContextMenuItem5titleEv
+__ZNK7WebCore15ContextMenuItem6actionEv
+__ZNK7WebCore15ContextMenuItem7checkedEv
+__ZNK7WebCore15ContextMenuItem7enabledEv
+__ZNK7WebCore21ContextMenuController21checkOrEnableIfNeededERNS_15ContextMenuItemE
+#endif
+
+#if ENABLE(CSS_SCROLL_SNAP)
+__ZN7WebCore27ScrollingStateScrollingNode22setVerticalSnapOffsetsERKN3WTF6VectorIfLj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore27ScrollingStateScrollingNode24setHorizontalSnapOffsetsERKN3WTF6VectorIfLj0ENS1_15CrashOnOverflowEEE
+#endif
+
+#if ENABLE(DASHBOARD_SUPPORT)
+__ZNK7WebCore8Document16annotatedRegionsEv
+#endif
+
+#if ENABLE(DRAG_SUPPORT)
+__ZN7WebCore12EventHandler17dragSourceEndedAtERKNS_18PlatformMouseEventENS_13DragOperationE
+__ZN7WebCore14DragController10dragExitedERNS_8DragDataE
+__ZN7WebCore14DragController11dragEnteredERNS_8DragDataE
+__ZN7WebCore14DragController11dragUpdatedERNS_8DragDataE
+__ZN7WebCore14DragController14placeDragCaretERKNS_8IntPointE
+__ZN7WebCore14DragController20performDragOperationERNS_8DragDataE
+__ZN7WebCore14DragController9dragEndedEv
+__ZN7WebCore8DragDataC1ERKN3WTF6StringERKNS_8IntPointES7_NS_13DragOperationENS_20DragApplicationFlagsE
+__ZNK7WebCore12EventHandler17eventMayStartDragERKNS_18PlatformMouseEventE
+#endif
+
+#if ENABLE(DRAG_SUPPORT) &amp;&amp; __has_feature(objc_protocol_qualifier_mangling)
+__ZN7WebCore8DragDataC1EPU25objcproto14NSDraggingInfo11objc_objectRKNS_8IntPointES5_NS_13DragOperationENS_20DragApplicationFlagsE
+#endif
+
+#if ENABLE(DRAG_SUPPORT) &amp;&amp; !__has_feature(objc_protocol_qualifier_mangling)
+__ZN7WebCore8DragDataC1EP11objc_objectRKNS_8IntPointES5_NS_13DragOperationENS_20DragApplicationFlagsE
+#endif
+
+#if ENABLE(ENCRYPTED_MEDIA_V2)
+__ZN7WebCore3CDM18registerCDMFactoryEPFNSt3__110unique_ptrINS_19CDMPrivateInterfaceENS1_14default_deleteIS3_EEEEPS0_EPFbRKN3WTF6StringEEPFbSD_SD_E
+#endif
+
+#if ENABLE(FULLSCREEN_API)
+__ZN7WebCore8Document22setAnimatingFullScreenEb
+__ZN7WebCore8Document22webkitCancelFullScreenEv
+__ZN7WebCore8Document33webkitDidExitFullScreenForElementEPNS_7ElementE
+__ZN7WebCore8Document34webkitDidEnterFullScreenForElementEPNS_7ElementE
+__ZN7WebCore8Document34webkitWillExitFullScreenForElementEPNS_7ElementE
+__ZN7WebCore8Document35webkitWillEnterFullScreenForElementEPNS_7ElementE
+__ZNK7WebCore7Element25containsFullScreenElementEv
+#endif
+
+#if ENABLE(GAMEPAD)
+__ZN7WebCore15GamepadProvider17setSharedProviderERS0_
+__ZN7WebCore15GamepadProvider6sharedEv
+__ZN7WebCore18HIDGamepadProvider6sharedEv
+#endif
+
+#if ENABLE(GEOLOCATION)
+__ZN7WebCore11Geolocation12setIsAllowedEb
+__ZN7WebCore11GeolocationD1Ev
+__ZN7WebCore20provideGeolocationToEPNS_4PageEPNS_17GeolocationClientE
+__ZN7WebCore21GeolocationController13errorOccurredEPNS_16GeolocationErrorE
+__ZN7WebCore21GeolocationController14supplementNameEv
+__ZN7WebCore21GeolocationController15positionChangedEPNS_19GeolocationPositionE
+__ZNK7WebCore11Geolocation5frameEv
+#endif
+
+#if ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)
+__ZN7WebCore8Settings38setHiddenPageDOMTimerThrottlingEnabledEb
+#endif
+
+#if ENABLE(ICONDATABASE)
+__ZN7WebCore12IconDatabase10setEnabledEb
+__ZN7WebCore12IconDatabase11defaultIconERKNS_7IntSizeE
+__ZN7WebCore12IconDatabase14removeAllIconsEv
+__ZN7WebCore12IconDatabase15iconRecordCountEv
+__ZN7WebCore12IconDatabase19pageURLMappingCountEv
+__ZN7WebCore12IconDatabase20allowDatabaseCleanupEv
+__ZN7WebCore12IconDatabase20delayDatabaseCleanupEv
+__ZN7WebCore12IconDatabase20retainIconForPageURLERKN3WTF6StringE
+__ZN7WebCore12IconDatabase20retainedPageURLCountEv
+__ZN7WebCore12IconDatabase20setIconURLForPageURLERKN3WTF6StringES4_
+__ZN7WebCore12IconDatabase21releaseIconForPageURLERKN3WTF6StringE
+__ZN7WebCore12IconDatabase21setIconDataForIconURLEN3WTF10PassRefPtrINS_12SharedBufferEEERKNS1_6StringE
+__ZN7WebCore12IconDatabase23defaultDatabaseFilenameEv
+__ZN7WebCore12IconDatabase23iconRecordCountWithDataEv
+__ZN7WebCore12IconDatabase25setPrivateBrowsingEnabledEb
+__ZN7WebCore12IconDatabase25synchronousIconForPageURLERKN3WTF6StringERKNS_7IntSizeE
+__ZN7WebCore12IconDatabase27checkIntegrityBeforeOpeningEv
+__ZN7WebCore12IconDatabase28synchronousIconURLForPageURLERKN3WTF6StringE
+__ZN7WebCore12IconDatabase33synchronousLoadDecisionForIconURLERKN3WTF6StringEPNS_14DocumentLoaderE
+__ZN7WebCore12IconDatabase4openERKN3WTF6StringES4_
+__ZN7WebCore12IconDatabase5closeEv
+__ZN7WebCore12IconDatabase9setClientEPNS_18IconDatabaseClientE
+__ZN7WebCore12IconDatabaseC1Ev
+__ZNK7WebCore12IconDatabase12databasePathEv
+__ZNK7WebCore12IconDatabase24shouldStopThreadActivityEv
+__ZNK7WebCore12IconDatabase6isOpenEv
+__ZNK7WebCore12IconDatabase9isEnabledEv
+#endif
+
+#if ENABLE(INDEXED_DATABASE)
+__ZN7WebCore10IDBKeyData14setNumberValueEd
+__ZN7WebCore10IDBKeyData6decodeERNS_12KeyedDecoderERS0_
+__ZN7WebCore10IDBKeyDataC1EPKNS_6IDBKeyE
+__ZN7WebCore10IDBKeyPath6decodeERNS_12KeyedDecoderERS0_
+__ZN7WebCore10IDBKeyPathC1ERKN3WTF6StringE
+__ZN7WebCore10IDBKeyPathC1ERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore18IDBDatabaseBackend14deleteDatabaseEN3WTF10PassRefPtrINS_12IDBCallbacksEEE
+__ZN7WebCore18IDBDatabaseBackend14openConnectionEN3WTF10PassRefPtrINS_12IDBCallbacksEEENS2_INS_20IDBDatabaseCallbacksEEExy
+__ZN7WebCore18IDBDatabaseBackend6createERKN3WTF6StringES4_PNS_26IDBFactoryBackendInterfaceERNS_19IDBServerConnectionE
+__ZN7WebCore18IDBDatabaseBackendD1Ev
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_10IDBKeyDataEE4copyERKS1_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_12IDBGetResultEE4copyERKS1_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_15IDBKeyRangeDataEE4copyERKS1_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_16IDBIndexMetadataEE4copyERKS1_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_22IDBObjectStoreMetadataEE4copyERKS1_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_9IndexedDB10CursorTypeEE4copyERKS2_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_9IndexedDB15CursorDirectionEE4copyERKS2_
+__ZN7WebCore21CrossThreadCopierBaseILb0ELb0ENS_9IndexedDB15TransactionModeEE4copyERKS2_
+__ZN7WebCore25deserializeIDBValueBufferEPN3JSC9ExecStateERKN3WTF6VectorIhLj0ENS3_15CrashOnOverflowEEEb
+__ZN7WebCore25generateIndexKeysForValueEPN3JSC9ExecStateERKNS_16IDBIndexMetadataERKN10Deprecated11ScriptValueERN3WTF6VectorINS_10IDBKeyDataELj0ENSA_15CrashOnOverflowEEE
+__ZN7WebCore6IDBKeyD1Ev
+__ZNK7WebCore10IDBKeyData17maybeCreateIDBKeyEv
+__ZNK7WebCore10IDBKeyData6encodeERNS_12KeyedEncoderE
+__ZNK7WebCore10IDBKeyData7compareERKS0_
+__ZNK7WebCore10IDBKeyPath6encodeERNS_12KeyedEncoderE
+__ZNK7WebCore11IDBKeyRange9isOnlyKeyEv
+__ZNK7WebCore15IDBKeyRangeData15isExactlyOneKeyEv
+__ZNK7WebCore15IDBKeyRangeData22maybeCreateIDBKeyRangeEv
+__ZNK7WebCore6IDBKey7isValidEv
+#endif
+
+#if ENABLE(INDEXED_DATABASE) &amp;&amp; !defined(NDEBUG)
+__ZNK7WebCore10IDBKeyData13loggingStringEv
+#endif
+
+#if ENABLE(INPUT_TYPE_COLOR)
+__ZN7WebCore16HTMLInputElement25selectColorInColorChooserERKNS_5ColorE
+__ZN7WebCore5ColorC1EP7CGColor
+__ZN7WebCore5ColorC1ERKN3WTF6StringE
+#endif
+
+#if ENABLE(INSPECTOR)
+__ZN7WebCore14SchemeRegistry27shouldTreatURLSchemeAsLocalERKN3WTF6StringE
+__ZN7WebCore15InspectorClient31doDispatchMessageOnFrontendPageEPNS_4PageERKN3WTF6StringE
+__ZN7WebCore18InspectorPageAgent7frameIdEPNS_5FrameE
+__ZN7WebCore19InspectorController15connectFrontendEPN9Inspector24InspectorFrontendChannelEb
+__ZN7WebCore19InspectorController18disconnectFrontendEN9Inspector25InspectorDisconnectReasonE
+__ZN7WebCore19InspectorController18setProfilerEnabledEb
+__ZN7WebCore19InspectorController25evaluateForTestInFrontendERKN3WTF6StringE
+__ZN7WebCore19InspectorController26setInspectorFrontendClientEPNS_23InspectorFrontendClientE
+__ZN7WebCore19InspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
+__ZN7WebCore19InspectorController4showEv
+__ZN7WebCore19InspectorController5closeEv
+__ZN7WebCore21InspectorFrontendHost16disconnectClientEv
+__ZN7WebCore21InspectorFrontendHostC1EPNS_23InspectorFrontendClientEPNS_4PageE
+__ZN7WebCore21InspectorFrontendHostD1Ev
+__ZN7WebCore22instrumentationForPageEPNS_4PageE
+__ZN7WebCore24InspectorInstrumentation17s_frontendCounterE
+__ZN7WebCore24InspectorInstrumentation26instrumentingAgentsForPageEPNS_4PageE
+__ZN7WebCore28InspectorFrontendClientLocal11isUnderTestEv
+__ZN7WebCore28InspectorFrontendClientLocal11showConsoleEv
+__ZN7WebCore28InspectorFrontendClientLocal12moveWindowByEff
+__ZN7WebCore28InspectorFrontendClientLocal12openInNewTabERKN3WTF6StringE
+__ZN7WebCore28InspectorFrontendClientLocal13showResourcesEv
+__ZN7WebCore28InspectorFrontendClientLocal14frontendLoadedEv
+__ZN7WebCore28InspectorFrontendClientLocal15canAttachWindowEv
+__ZN7WebCore28InspectorFrontendClientLocal17setAttachedWindowENS_23InspectorFrontendClient8DockSideE
+__ZN7WebCore28InspectorFrontendClientLocal18isDebuggingEnabledEv
+__ZN7WebCore28InspectorFrontendClientLocal18requestSetDockSideENS_23InspectorFrontendClient8DockSideE
+__ZN7WebCore28InspectorFrontendClientLocal19setDebuggingEnabledEb
+__ZN7WebCore28InspectorFrontendClientLocal19windowObjectClearedEv
+__ZN7WebCore28InspectorFrontendClientLocal20sendMessageToBackendERKN3WTF6StringE
+__ZN7WebCore28InspectorFrontendClientLocal21isProfilingJavaScriptEv
+__ZN7WebCore28InspectorFrontendClientLocal21setDockingUnavailableEb
+__ZN7WebCore28InspectorFrontendClientLocal23stopProfilingJavaScriptEv
+__ZN7WebCore28InspectorFrontendClientLocal24showMainResourceForFrameEPNS_5FrameE
+__ZN7WebCore28InspectorFrontendClientLocal24startProfilingJavaScriptEv
+__ZN7WebCore28InspectorFrontendClientLocal25changeAttachedWindowWidthEj
+__ZN7WebCore28InspectorFrontendClientLocal26changeAttachedWindowHeightEj
+__ZN7WebCore28InspectorFrontendClientLocal26isTimelineProfilingEnabledEv
+__ZN7WebCore28InspectorFrontendClientLocal27restoreAttachedWindowHeightEv
+__ZN7WebCore28InspectorFrontendClientLocal27setTimelineProfilingEnabledEb
+__ZN7WebCore28InspectorFrontendClientLocal30constrainedAttachedWindowWidthEjj
+__ZN7WebCore28InspectorFrontendClientLocal31constrainedAttachedWindowHeightEjj
+__ZN7WebCore28InspectorFrontendClientLocalC2EPNS_19InspectorControllerEPNS_4PageENSt3__110unique_ptrINS0_8SettingsENS5_14default_deleteIS7_EEEE
+__ZN7WebCore28InspectorFrontendClientLocalD2Ev
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_9DOMWindowE
+__ZN7WebCore9DOMWindow4openERKN3WTF6StringERKNS1_12AtomicStringES4_RS0_S8_
+__ZN7WebCore9DOMWindow5closeEPNS_22ScriptExecutionContextE
+__ZNK7WebCore19InspectorController13drawHighlightERNS_15GraphicsContextE
+__ZNK7WebCore19InspectorController15profilerEnabledEv
+__ZNK7WebCore9DOMWindow8documentEv
+#endif
+
+#if ENABLE(INSPECTOR) &amp;&amp; PLATFORM(IOS)
+__ZN7WebCore16findIntersectionERKNS_10FloatPointES2_S2_S2_RS0_
+__ZN7WebCore4Node7inspectEv
+__ZNK7WebCore9FloatQuad12containsQuadERKS0_
+__ZNK7WebCore9FloatQuad13containsPointERKNS_10FloatPointE
+#endif
+
+#if USE(IOSURFACE)
+__ZN7WebCore13IOSurfacePool10addSurfaceEPNS_9IOSurfaceE
+__ZN7WebCore13IOSurfacePool10sharedPoolEv
+__ZN7WebCore13IOSurfacePool11setPoolSizeEm
+__ZN7WebCore9IOSurface11createImageEv
+__ZN7WebCore9IOSurface13setIsVolatileEb
+__ZN7WebCore9IOSurface15createFromImageEP7CGImage
+__ZN7WebCore9IOSurface18createFromMachPortEjNS_10ColorSpaceE
+__ZN7WebCore9IOSurface21ensureGraphicsContextEv
+__ZN7WebCore9IOSurface21ensurePlatformContextEv
+__ZN7WebCore9IOSurface22releaseGraphicsContextEv
+__ZN7WebCore9IOSurface6createENS_7IntSizeENS_10ColorSpaceE
+__ZNK7WebCore9IOSurface14createMachPortEv
+__ZNK7WebCore9IOSurface7isInUseEv
+_wkIOSurfaceContextCreate
+_wkIOSurfaceContextCreateImage
+#endif
+
+#if ENABLE(IOS_TEXT_AUTOSIZING)
+__ZN7WebCore12RenderObject19resetTextAutosizingEv
+#endif
+
+#if ENABLE(IOS_TOUCH_EVENTS)
+.objc_class_name_WebEventRegion
+__ZN7WebCore12EventHandler10touchEventEP8WebEvent
+__ZN7WebCore8Document13getTouchRectsERN3WTF6VectorINS_7IntRectELj0ENS1_15CrashOnOverflowEEE
+#endif
+
+#if ENABLE(MEDIA_SOURCE)
+__ZN7WebCore12SourceBuffer25bufferedSamplesForTrackIDERKN3WTF12AtomicStringE
+__ZN7WebCore14JSSourceBuffer9toWrappedEN3JSC7JSValueE
+__ZN7WebCore26MockMediaPlayerMediaSource19registerMediaEngineEPFvPFN3WTF10PassOwnPtrINS_27MediaPlayerPrivateInterfaceEEEPNS_11MediaPlayerEEPFvRNS1_7HashSetINS1_6StringENS1_10StringHashENS1_10HashTraitsISA_EEEEEPFNS5_12SupportsTypeERKNS_28MediaEngineSupportParametersEEPFvRNS1_6VectorISA_Lj0ENS1_15CrashOnOverflowEEEEPFvvEPFvRKSA_EPFbSX_SX_EE
+#endif
+
+#if ENABLE(MEDIA_STREAM)
+__ZN7WebCore16UserMediaRequest21userMediaAccessDeniedEv
+__ZN7WebCore16UserMediaRequest22userMediaAccessGrantedEv
+__ZN7WebCore18provideUserMediaToEPNS_4PageEPNS_15UserMediaClientE
+__ZN7WebCore21MockMediaStreamCenter29registerMockMediaStreamCenterEv
+__ZN7WebCore24RTCPeerConnectionHandler6createE
+__ZN7WebCore28RTCPeerConnectionHandlerMock6createEPNS_30RTCPeerConnectionHandlerClientE
+__ZNK7WebCore16UserMediaRequest14securityOriginEv
+#endif
+
+#if ENABLE(NETSCAPE_PLUGIN_API)
+__NPN_Construct
+__NPN_CreateObject
+__NPN_Enumerate
+__NPN_Evaluate
+__NPN_GetIntIdentifier
+__NPN_GetProperty
+__NPN_GetStringIdentifier
+__NPN_GetStringIdentifiers
+__NPN_HasMethod
+__NPN_HasProperty
+__NPN_IdentifierIsString
+__NPN_IntFromIdentifier
+__NPN_Invoke
+__NPN_InvokeDefault
+__NPN_ReleaseObject
+__NPN_ReleaseVariantValue
+__NPN_RemoveProperty
+__NPN_RetainObject
+__NPN_SetException
+__NPN_SetProperty
+__NPN_UTF8FromIdentifier
+__ZN7WebCore16ScriptController20windowScriptNPObjectEv
+__ZN7WebCore16ScriptController29cleanupScriptObjectsForPluginEPv
+__ZN7WebCore17HTMLPlugInElement11getNPObjectEv
+__ZNK7WebCore14SecurityOrigin9canAccessEPKS0_
+#endif
+
+#if ENABLE(NOTIFICATIONS)
+__ZN7WebCore12Notification16permissionStringENS_18NotificationClient10PermissionE
+#endif
+
+#if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
+__ZN7WebCore12Notification17dispatchShowEventEv
+__ZN7WebCore12Notification18dispatchClickEventEv
+__ZN7WebCore12Notification18dispatchCloseEventEv
+__ZN7WebCore12Notification18dispatchErrorEventEv
+__ZN7WebCore12Notification8finalizeEv
+__ZN7WebCore12NotificationC1Ev
+__ZN7WebCore12NotificationD1Ev
+__ZN7WebCore14JSNotification9toWrappedEN3JSC7JSValueE
+__ZN7WebCore19provideNotificationEPNS_4PageEPNS_18NotificationClientE
+__ZN7WebCore22NotificationController10clientFromEPNS_4PageE
+#endif
+
+#if ENABLE(ORIENTATION_EVENTS)
+__ZN7WebCore5Frame18orientationChangedEv
+#endif
+
+#if USE(PLUGIN_HOST_PROCESS)
+__ZN3JSC13RuntimeMethod11getCallDataEPNS_6JSCellERNS_8CallDataE
+__ZN3JSC13RuntimeMethod14finishCreationERNS_2VMERKN3WTF6StringE
+__ZN3JSC13RuntimeMethod18getOwnPropertySlotEPNS_8JSObjectEPNS_9ExecStateENS_12PropertyNameERNS_12PropertySlotE
+__ZN3JSC13RuntimeMethod6s_infoE
+__ZN3JSC13RuntimeMethodC2EPNS_14JSGlobalObjectEPNS_9StructureEPNS_8Bindings6MethodE
+__ZN3JSC8Bindings10RootObjectD1Ev
+__ZN3JSC8Bindings13RuntimeObject11getCallDataEPNS_6JSCellERNS_8CallDataE
+__ZN3JSC8Bindings13RuntimeObject12defaultValueEPKNS_8JSObjectEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
+__ZN3JSC8Bindings13RuntimeObject14deletePropertyEPNS_6JSCellEPNS_9ExecStateENS_12PropertyNameE
+__ZN3JSC8Bindings13RuntimeObject14finishCreationERNS_2VME
+__ZN3JSC8Bindings13RuntimeObject16getConstructDataEPNS_6JSCellERNS_13ConstructDataE
+__ZN3JSC8Bindings13RuntimeObject18getOwnPropertySlotEPNS_8JSObjectEPNS_9ExecStateENS_12PropertyNameERNS_12PropertySlotE
+__ZN3JSC8Bindings13RuntimeObject19getOwnPropertyNamesEPNS_8JSObjectEPNS_9ExecStateERNS_17PropertyNameArrayENS_15EnumerationModeE
+__ZN3JSC8Bindings13RuntimeObject3putEPNS_6JSCellEPNS_9ExecStateENS_12PropertyNameENS_7JSValueERNS_15PutPropertySlotE
+__ZN3JSC8Bindings13RuntimeObject6s_infoE
+__ZN3JSC8Bindings13RuntimeObject7destroyEPNS_6JSCellE
+__ZN3JSC8Bindings13RuntimeObjectC2ERNS_2VMEPNS_9StructureEN3WTF10PassRefPtrINS0_8InstanceEEE
+__ZN3JSC8Bindings8Instance19createRuntimeObjectEPNS_9ExecStateE
+__ZN3JSC8Bindings8InstanceC2EN3WTF10PassRefPtrINS0_10RootObjectEEE
+__ZN3JSC8Bindings8InstanceD2Ev
+__ZN7WebCore13IdentifierRep7isValidEPS0_
+__ZN7WebCore16ScriptController16createRootObjectEPv
+#endif
+
+#if ENABLE(POINTER_LOCK)
+__ZN7WebCore10MouseEvent6createERKN3WTF12AtomicStringEbbdNS1_10PassRefPtrINS_9DOMWindowEEEiiiiiiibbbbtNS5_INS_11EventTargetEEENS5_INS_12DataTransferEEEb
+#endif
+
+#if !ENABLE(POINTER_LOCK)
+__ZN7WebCore10MouseEvent6createERKN3WTF12AtomicStringEbbdNS1_10PassRefPtrINS_9DOMWindowEEEiiiiibbbbtNS5_INS_11EventTargetEEENS5_INS_12DataTransferEEEb
+#endif
+
+#if ENABLE(PUBLIC_SUFFIX_LIST)
+__ZN7WebCore14isPublicSuffixERKN3WTF6StringE
+__ZN7WebCore28topPrivatelyControlledDomainERKN3WTF6StringE
+_wkIsPublicSuffix
+#endif
+
+#if USE(QUICK_LOOK)
+__ZN7WebCore15QuickLookHandle10nsResponseEv
+__ZN7WebCore15QuickLookHandle14didReceiveDataEPK8__CFData
+__ZN7WebCore15QuickLookHandle16didFinishLoadingEv
+__ZN7WebCore15QuickLookHandle23shouldCreateForMIMETypeERKN3WTF6StringE
+__ZN7WebCore15QuickLookHandle6createERNS_14ResourceLoaderERKNS_16ResourceResponseE
+__ZN7WebCore15QuickLookHandle7didFailEv
+__ZN7WebCore15QuickLookHandleD1Ev
+__ZN7WebCore21ResourceLoadScheduler26maybeLoadQuickLookResourceERNS_14ResourceLoaderE
+__ZN7WebCore27qlPreviewConverterUTIForURLEP5NSURL
+__ZN7WebCore30removeQLPreviewConverterForURLEP5NSURL
+__ZN7WebCore31createTemporaryFileForQuickLookEP8NSString
+__ZN7WebCore32qlPreviewConverterFileNameForURLEP5NSURL
+__ZN7WebCore33QLPreviewGetSupportedMIMETypesSetEv
+__ZN7WebCore34registerQLPreviewConverterIfNeededEP5NSURLP8NSStringP6NSData
+__ZN7WebCore35addQLPreviewConverterWithFileForURLEP5NSURLP11objc_objectP8NSString
+__ZNK7WebCore15QuickLookHandle10previewUTIEv
+__ZNK7WebCore15QuickLookHandle15previewFileNameEv
+__ZNK7WebCore15QuickLookHandle17previewRequestURLEv
+#endif
+
+#if ENABLE(REMOTE_INSPECTOR)
+__ZN7WebCore19InspectorController27dispatchMessageFromFrontendERKN3WTF6StringE
+__ZN7WebCore4Page26setRemoteInspectionAllowedEb
+__ZNK7WebCore4Page23remoteInspectionAllowedEv
+#endif
+
+#if ENABLE(REQUEST_ANIMATION_FRAME)
+__ZN7WebCore9FrameView25serviceScriptedAnimationsEd
+#endif
+
+#if ENABLE(RUBBER_BANDING)
+__ZN7WebCore4Page19addFooterWithHeightEi
+__ZN7WebCore4Page19addHeaderWithHeightEi
+__ZNK7WebCore9FrameView31setWantsLayerForTopOverHangAreaEb
+__ZNK7WebCore9FrameView34setWantsLayerForBottomOverHangAreaEb
+#endif
+
+#if ENABLE(SERVICE_CONTROLS)
+__ZN7WebCore11ImageBufferC1ERKNS_9FloatSizeEfNS_10ColorSpaceENS_13RenderingModeERb
+__ZN7WebCore11ImageBufferD1Ev
+__ZN7WebCore25attributedStringFromRangeERNS_5RangeE
+__ZN7WebCore5Range6createERNS_8DocumentERKNS_8PositionES5_
+__ZN7WebCore8PositionC1EN3WTF10PassRefPtrINS_4NodeEEENS0_10AnchorTypeE
+__ZNK7WebCore11ImageBuffer7contextEv
+__ZNK7WebCore11ImageBuffer9copyImageENS_16BackingStoreCopyENS_13ScaleBehaviorE
+__ZNK7WebCore16VisibleSelection10firstRangeEv
+#endif
+
+#if ENABLE(SPEECH_SYNTHESIS)
+__ZN7WebCore15SpeechSynthesis22setPlatformSynthesizerENSt3__110unique_ptrINS_25PlatformSpeechSynthesizerENS1_14default_deleteIS3_EEEE
+__ZN7WebCore24DOMWindowSpeechSynthesis15speechSynthesisEPNS_9DOMWindowE
+__ZN7WebCore25PlatformSpeechSynthesizerC2EPNS_31PlatformSpeechSynthesizerClientE
+__ZN7WebCore25PlatformSpeechSynthesizerD2Ev
+__ZN7WebCore28PlatformSpeechSynthesisVoice6createERKN3WTF6StringES4_S4_bb
+__ZTVN7WebCore25PlatformSpeechSynthesizerE
+#endif
+
+#if ENABLE(TOUCH_EVENTS)
+__ZN7WebCore12EventHandler16handleTouchEventERKNS_18PlatformTouchEventE
+#endif
+
+#if ENABLE(VIDEO)
+.objc_class_name_WebVideoFullscreenController
+__ZN7WebCore10TimeRanges3addEdd
+__ZN7WebCore12JSTimeRanges9toWrappedEN3JSC7JSValueE
+__ZN7WebCore16HTMLMediaElement12endScrubbingEv
+__ZN7WebCore16HTMLMediaElement14beginScrubbingEv
+__ZN7WebCore16HTMLMediaElement14exitFullscreenEv
+__ZN7WebCore16HTMLMediaElement15clearMediaCacheEv
+__ZN7WebCore16HTMLMediaElement15togglePlayStateEv
+__ZN7WebCore16HTMLMediaElement16returnToRealtimeEv
+__ZN7WebCore16HTMLMediaElement20getSitesInMediaCacheERN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEE
+__ZN7WebCore16HTMLMediaElement22clearMediaCacheForSiteERKN3WTF6StringE
+__ZN7WebCore16HTMLMediaElement4playEv
+__ZN7WebCore16HTMLMediaElement5pauseEv
+__ZN7WebCore16HTMLMediaElement8setMutedEb
+__ZN7WebCore25MediaPlayerFactorySupport23callRegisterMediaEngineEPFvPFvPFN3WTF10PassOwnPtrINS_27MediaPlayerPrivateInterfaceEEEPNS_11MediaPlayerEEPFvRNS1_7HashSetINS1_6StringENS1_10StringHashENS1_10HashTraitsISA_EEEEEPFNS5_12SupportsTypeERKNS_28MediaEngineSupportParametersEEPFvRNS1_6VectorISA_Lj0ENS1_15CrashOnOverflowEEEEPFvvEPFvRKSA_EPFbSX_SX_EEE
+__ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_10TimeRangesE
+__ZNK7WebCore10TimeRanges7nearestEd
+__ZNK7WebCore16HTMLMediaElement11currentTimeEv
+__ZNK7WebCore16HTMLMediaElement12isFullscreenEv
+__ZNK7WebCore16HTMLMediaElement12playbackRateEv
+__ZNK7WebCore16HTMLMediaElement13platformMediaEv
+__ZNK7WebCore16HTMLMediaElement5endedEv
+__ZNK7WebCore16HTMLMediaElement5mutedEv
+__ZNK7WebCore16HTMLMediaElement6pausedEv
+__ZNK7WebCore16HTMLMediaElement6volumeEv
+__ZNK7WebCore16HTMLMediaElement7canPlayEv
+__ZNK7WebCore16HTMLMediaElement8durationEv
+#endif
+
+#if ENABLE(VIDEO) &amp;&amp; PLATFORM(IOS)
+__ZN7WebCore35WebVideoFullscreenModelVideoElement10seekToTimeEd
+__ZN7WebCore35WebVideoFullscreenModelVideoElement11endScanningEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
+__ZN7WebCore35WebVideoFullscreenModelVideoElement12endScrubbingEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement14beginScrubbingEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement15setVideoElementEPNS_16HTMLVideoElementE
+__ZN7WebCore35WebVideoFullscreenModelVideoElement15togglePlayStateEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement18setVideoLayerFrameENS_9FloatRectE
+__ZN7WebCore35WebVideoFullscreenModelVideoElement20beginScanningForwardEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement20setVideoLayerGravityENS_23WebVideoFullscreenModel12VideoGravityE
+__ZN7WebCore35WebVideoFullscreenModelVideoElement21beginScanningBackwardEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement21requestExitFullscreenEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement22selectAudioMediaOptionEy
+__ZN7WebCore35WebVideoFullscreenModelVideoElement23setVideoFullscreenLayerEP7CALayer
+__ZN7WebCore35WebVideoFullscreenModelVideoElement24selectLegibleMediaOptionEy
+__ZN7WebCore35WebVideoFullscreenModelVideoElement4playEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement5pauseEv
+__ZN7WebCore35WebVideoFullscreenModelVideoElement8fastSeekEd
+__ZN7WebCore35WebVideoFullscreenModelVideoElementC2Ev
+__ZN7WebCore35WebVideoFullscreenModelVideoElementD2Ev
+__ZNK7WebCore16HTMLVideoElement10videoWidthEv
+__ZNK7WebCore16HTMLVideoElement11videoHeightEv
+__ZThn?_N7WebCore35WebVideoFullscreenModelVideoElement11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
+#endif
+
+#if ENABLE(VIDEO) &amp;&amp; PLATFORM(IOS) &amp;&amp; __IPHONE_OS_VERSION_MIN_REQUIRED &gt;= 80000
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit10invalidateEv
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit11setDurationEd
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit14exitFullscreenENS_7IntRectE
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit14setCurrentTimeEdd
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit15enterFullscreenEv
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit15setupFullscreenER7CALayerNS_7IntRectEP6UIViewNS_16HTMLMediaElement19VideoFullscreenModeE
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit17cleanupFullscreenEv
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit17setSeekableRangesERKNS_10TimeRangesE
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit18setVideoDimensionsEbff
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit19setExternalPlaybackEbNS_27WebVideoFullscreenInterface26ExternalPlaybackTargetTypeEN3WTF6StringE
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit21setCanPlayFastReverseEb
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit26setWebVideoFullscreenModelEPNS_23WebVideoFullscreenModelE
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit28requestHideAndExitFullscreenEv
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit29setAudioMediaSelectionOptionsERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEEy
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit31setLegibleMediaSelectionOptionsERKN3WTF6VectorINS1_6StringELj0ENS1_15CrashOnOverflowEEEy
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit35setWebVideoFullscreenChangeObserverEPNS_32WebVideoFullscreenChangeObserverE
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKit7setRateEbf
+__ZN7WebCore32WebVideoFullscreenInterfaceAVKitC2Ev
+__ZTVN7WebCore32WebVideoFullscreenInterfaceAVKitE
+#endif
+
+#if ENABLE(VIDEO_TRACK)
+__ZN7WebCore9PageGroup18captionPreferencesEv
+#endif
+
+#if ENABLE(VIEW_MODE_CSS_MEDIA)
+__ZN7WebCore4Page11setViewModeENS0_8ViewModeE
+#endif
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -7167,6 +7167,7 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\page\Page.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\page\PageActivityAssertionToken.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\page\PageConsole.cpp&quot; /&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\page\PageConfiguration.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;..\page\PageGroup.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\page\PageGroupLoadDeferrer.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\page\PageOverlay.cpp&quot; /&gt;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/WebCore.xcodeproj/project.pbxproj (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -5627,6 +5627,7 @@
</span><span class="cx">                 CD0EEE0E14743F39003EAFA2 /* AudioDestinationIOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0EEE0B14743E35003EAFA2 /* AudioDestinationIOS.cpp */; };
</span><span class="cx">                 CD127DED14F3097D00E84779 /* WebCoreFullScreenWindow.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD127DEB14F3097900E84779 /* WebCoreFullScreenWindow.mm */; };
</span><span class="cx">                 CD127DEE14F3098400E84779 /* WebCoreFullScreenWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = CD127DEA14F3097900E84779 /* WebCoreFullScreenWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><ins>+                CD19A2681A13E700008D650E /* DiagnosticLoggingClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CD19A2671A13E700008D650E /* DiagnosticLoggingClient.h */; settings = {ATTRIBUTES = (Private, ); }; };
</ins><span class="cx">                 CD1B4A65160786AE00282DF9 /* MediaKeyNeededEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDA98DC216014EEE00FEA3B1 /* MediaKeyNeededEvent.cpp */; };
</span><span class="cx">                 CD1E7347167BC78E009A885D /* TextTrackRepresentation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD1E7346167BC78E009A885D /* TextTrackRepresentation.cpp */; };
</span><span class="cx">                 CD27F6E51457685A0078207D /* JSMediaController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD27F6E2145767580078207D /* JSMediaController.cpp */; };
</span><span class="lines">@@ -5661,6 +5662,8 @@
</span><span class="cx">                 CD54DE4B17469C6D005E5B36 /* AudioSessionMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD54DE4917469C6D005E5B36 /* AudioSessionMac.cpp */; };
</span><span class="cx">                 CD5596911475B678001D0BD0 /* AudioFileReaderIOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD55968F1475B678001D0BD0 /* AudioFileReaderIOS.cpp */; };
</span><span class="cx">                 CD5596921475B678001D0BD0 /* AudioFileReaderIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5596901475B678001D0BD0 /* AudioFileReaderIOS.h */; };
</span><ins>+                CD5E5B5F1A15CE54000C609E /* PageConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5E5B5E1A15CE54000C609E /* PageConfiguration.h */; settings = {ATTRIBUTES = (Private, ); }; };
+                CD5E5B611A15F156000C609E /* PageConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5E5B601A15F156000C609E /* PageConfiguration.cpp */; };
</ins><span class="cx">                 CD61FE671794AADB004101EB /* MediaSourceRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1A942E115B5CE2200D525D1 /* MediaSourceRegistry.cpp */; };
</span><span class="cx">                 CD61FE681794AADB004101EB /* MediaSourceRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A942E215B5CE2200D525D1 /* MediaSourceRegistry.h */; };
</span><span class="cx">                 CD641EB31818F5ED00EE4C41 /* MediaSourcePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CD641EB11818F5ED00EE4C41 /* MediaSourcePrivate.h */; };
</span><span class="lines">@@ -13075,6 +13078,7 @@
</span><span class="cx">                 CD0EEE0B14743E35003EAFA2 /* AudioDestinationIOS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AudioDestinationIOS.cpp; path = ios/AudioDestinationIOS.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD127DEA14F3097900E84779 /* WebCoreFullScreenWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebCoreFullScreenWindow.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD127DEB14F3097900E84779 /* WebCoreFullScreenWindow.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebCoreFullScreenWindow.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                CD19A2671A13E700008D650E /* DiagnosticLoggingClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticLoggingClient.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 CD1E7346167BC78E009A885D /* TextTrackRepresentation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextTrackRepresentation.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD27F6E014575C1B0078207D /* MediaController.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = MediaController.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD27F6E2145767580078207D /* JSMediaController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSMediaController.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -13119,6 +13123,8 @@
</span><span class="cx">                 CD54DE4917469C6D005E5B36 /* AudioSessionMac.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AudioSessionMac.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD55968F1475B678001D0BD0 /* AudioFileReaderIOS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AudioFileReaderIOS.cpp; path = ios/AudioFileReaderIOS.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD5596901475B678001D0BD0 /* AudioFileReaderIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioFileReaderIOS.h; path = ios/AudioFileReaderIOS.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                CD5E5B5E1A15CE54000C609E /* PageConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageConfiguration.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+                CD5E5B601A15F156000C609E /* PageConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageConfiguration.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 CD641EB11818F5ED00EE4C41 /* MediaSourcePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaSourcePrivate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD641EB21818F5ED00EE4C41 /* SourceBufferPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceBufferPrivate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD641EBD1819B35900EE4C41 /* MediaTimeMac.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MediaTimeMac.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -16684,6 +16690,8 @@
</span><span class="cx">                                 CD08285B1757250800EC5FB7 /* PageActivityAssertionToken.h */,
</span><span class="cx">                                 DAACB3D916F2416400666135 /* PageConsole.cpp */,
</span><span class="cx">                                 DAACB3DA16F2416400666135 /* PageConsole.h */,
</span><ins>+                                CD5E5B601A15F156000C609E /* PageConfiguration.cpp */,
+                                CD5E5B5E1A15CE54000C609E /* PageConfiguration.h */,
</ins><span class="cx">                                 A5A2AF091829734300DE1729 /* PageDebuggable.cpp */,
</span><span class="cx">                                 A5A2AF0A1829734300DE1729 /* PageDebuggable.h */,
</span><span class="cx">                                 9302B0BC0D79F82900C7EE83 /* PageGroup.cpp */,
</span><span class="lines">@@ -16790,6 +16798,7 @@
</span><span class="cx">                                 E1271A0A0EEEC77A00F61213 /* WorkerNavigator.h */,
</span><span class="cx">                                 E1271A510EEECD1C00F61213 /* WorkerNavigator.idl */,
</span><span class="cx">                                 7CDEEE1D197610D700E352CD /* ViewStateChangeObserver.h */,
</span><ins>+                                CD19A2671A13E700008D650E /* DiagnosticLoggingClient.h */,
</ins><span class="cx">                         );
</span><span class="cx">                         path = page;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -23909,6 +23918,7 @@
</span><span class="cx">                                 858C382C0AA8E40500B187A4 /* DOMCSSPrimitiveValue.h in Headers */,
</span><span class="cx">                                 85909D290ACC7D5500DF01F1 /* DOMCSSPrimitiveValueInternal.h in Headers */,
</span><span class="cx">                                 85032DE10AA8C9BE007D3B7D /* DOMCSSRule.h in Headers */,
</span><ins>+                                CD19A2681A13E700008D650E /* DiagnosticLoggingClient.h in Headers */,
</ins><span class="cx">                                 85B498ED0ADB32FB00925CBB /* DOMCSSRuleInternal.h in Headers */,
</span><span class="cx">                                 85032DE30AA8C9BE007D3B7D /* DOMCSSRuleList.h in Headers */,
</span><span class="cx">                                 85E711920AC5D5350053270F /* DOMCSSRuleListInternal.h in Headers */,
</span><span class="lines">@@ -24467,6 +24477,7 @@
</span><span class="cx">                                 FD31609F12B026F700C1A359 /* HRTFKernel.h in Headers */,
</span><span class="cx">                                 FD3160A112B026F700C1A359 /* HRTFPanner.h in Headers */,
</span><span class="cx">                                 BC97E23A109144950010D361 /* HTMLAllCollection.h in Headers */,
</span><ins>+                                CD5E5B5F1A15CE54000C609E /* PageConfiguration.h in Headers */,
</ins><span class="cx">                                 A8CFF7AB0A156978000A4234 /* HTMLAnchorElement.h in Headers */,
</span><span class="cx">                                 A871D45D0A127CBC00B12A68 /* HTMLAppletElement.h in Headers */,
</span><span class="cx">                                 A8EA7D2E0A19385500A8EF5F /* HTMLAreaElement.h in Headers */,
</span><span class="lines">@@ -27686,6 +27697,7 @@
</span><span class="cx">                                 52B6C9C215E3F4DF00690B05 /* DOMNamedFlowCollection.cpp in Sources */,
</span><span class="cx">                                 8518DD790A9CF31B0091B7A6 /* DOMNamedNodeMap.mm in Sources */,
</span><span class="cx">                                 853BF4DC0ABB6B55008647BB /* DOMNode.mm in Sources */,
</span><ins>+                                CD5E5B611A15F156000C609E /* PageConfiguration.cpp in Sources */,
</ins><span class="cx">                                 85526C380AB0A17E000302EA /* DOMNodeIterator.mm in Sources */,
</span><span class="cx">                                 85ACAA8E0A9B759C00671E90 /* DOMNodeList.mm in Sources */,
</span><span class="cx">                                 85CA96EB0A9624E900690CCF /* DOMNotation.mm in Sources */,
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorehtmlHTMLMediaElementcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/html/HTMLMediaElement.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/html/HTMLMediaElement.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/html/HTMLMediaElement.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -38,6 +38,7 @@
</span><span class="cx"> #include &quot;ContentSecurityPolicy.h&quot;
</span><span class="cx"> #include &quot;ContentType.h&quot;
</span><span class="cx"> #include &quot;CookieJar.h&quot;
</span><ins>+#include &quot;DiagnosticLoggingClient.h&quot;
</ins><span class="cx"> #include &quot;DiagnosticLoggingKeys.h&quot;
</span><span class="cx"> #include &quot;DisplaySleepDisabler.h&quot;
</span><span class="cx"> #include &quot;DocumentLoader.h&quot;
</span><span class="lines">@@ -1868,20 +1869,22 @@
</span><span class="cx">     if (!page || !page-&gt;settings().diagnosticLoggingEnabled())
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    ChromeClient&amp; chromeClient = page-&gt;chrome().client();
</del><ins>+    DiagnosticLoggingClient* diagnosticLoggingClient = page-&gt;mainFrame().diagnosticLoggingClient();
+    if (!diagnosticLoggingClient)
+        return;
</ins><span class="cx"> 
</span><span class="cx">     if (!succeeded) {
</span><del>-        chromeClient.logDiagnosticMessage(DiagnosticLoggingKeys::mediaLoadingFailedKey(), errorMessage, DiagnosticLoggingKeys::failKey());
</del><ins>+        diagnosticLoggingClient-&gt;logDiagnosticMessageWithResult(DiagnosticLoggingKeys::mediaLoadingFailedKey(), errorMessage, DiagnosticLoggingClient::Fail);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    chromeClient.logDiagnosticMessage(DiagnosticLoggingKeys::mediaLoadedKey(), mediaEngine, DiagnosticLoggingKeys::noopKey());
</del><ins>+    diagnosticLoggingClient-&gt;logDiagnosticMessage(DiagnosticLoggingKeys::mediaLoadedKey(), mediaEngine);
</ins><span class="cx"> 
</span><span class="cx">     if (!page-&gt;hasSeenAnyMediaEngine())
</span><del>-        chromeClient.logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsAtLeastOneMediaEngineKey(), emptyString(), DiagnosticLoggingKeys::noopKey());
</del><ins>+        diagnosticLoggingClient-&gt;logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsAtLeastOneMediaEngineKey(), emptyString());
</ins><span class="cx"> 
</span><span class="cx">     if (!page-&gt;hasSeenMediaEngine(mediaEngine))
</span><del>-        chromeClient.logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsMediaEngineKey(), mediaEngine, DiagnosticLoggingKeys::noopKey());
</del><ins>+        diagnosticLoggingClient-&gt;logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsMediaEngineKey(), mediaEngine);
</ins><span class="cx"> 
</span><span class="cx">     page-&gt;sawMediaEngine(mediaEngine);
</span><span class="cx"> }
</span><span class="lines">@@ -5745,7 +5748,7 @@
</span><span class="cx">     return getRawCookies(&amp;document(), url, cookies);
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><del>-    
</del><ins>+
</ins><span class="cx"> void HTMLMediaElement::removeBehaviorsRestrictionsAfterFirstUserGesture()
</span><span class="cx"> {
</span><span class="cx">     m_mediaSession-&gt;removeBehaviorRestriction(HTMLMediaSession::RequireUserGestureForLoad);
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreinspectorInspectorOverlaycpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/inspector/InspectorOverlay.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/inspector/InspectorOverlay.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/inspector/InspectorOverlay.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -41,6 +41,7 @@
</span><span class="cx"> #include &quot;MainFrame.h&quot;
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="cx"> #include &quot;Page.h&quot;
</span><ins>+#include &quot;PageConfiguration.h&quot;
</ins><span class="cx"> #include &quot;PolygonShape.h&quot;
</span><span class="cx"> #include &quot;RectangleShape.h&quot;
</span><span class="cx"> #include &quot;RenderBoxModelObject.h&quot;
</span><span class="lines">@@ -775,9 +776,9 @@
</span><span class="cx">     if (m_overlayPage)
</span><span class="cx">         return m_overlayPage.get();
</span><span class="cx"> 
</span><del>-    Page::PageClients pageClients;
-    fillWithEmptyClients(pageClients);
-    m_overlayPage = std::make_unique&lt;Page&gt;(pageClients);
</del><ins>+    PageConfiguration pageConfiguration;
+    fillWithEmptyClients(pageConfiguration);
+    m_overlayPage = std::make_unique&lt;Page&gt;(pageConfiguration);
</ins><span class="cx"> 
</span><span class="cx">     Settings&amp; settings = m_page.settings();
</span><span class="cx">     Settings&amp; overlaySettings = m_overlayPage-&gt;settings();
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreloaderEmptyClientscpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -35,6 +35,7 @@
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;FrameNetworkingContext.h&quot;
</span><span class="cx"> #include &quot;HTMLFormElement.h&quot;
</span><ins>+#include &quot;PageConfiguration.h&quot;
</ins><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INPUT_TYPE_COLOR)
</span><span class="lines">@@ -43,32 +44,35 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-void fillWithEmptyClients(Page::PageClients&amp; pageClients)
</del><ins>+void fillWithEmptyClients(PageConfiguration&amp; pageConfiguration)
</ins><span class="cx"> {
</span><span class="cx">     static NeverDestroyed&lt;EmptyChromeClient&gt; dummyChromeClient;
</span><del>-    pageClients.chromeClient = &amp;dummyChromeClient.get();
</del><ins>+    pageConfiguration.chromeClient = &amp;dummyChromeClient.get();
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><span class="cx">     static NeverDestroyed&lt;EmptyContextMenuClient&gt; dummyContextMenuClient;
</span><del>-    pageClients.contextMenuClient = &amp;dummyContextMenuClient.get();
</del><ins>+    pageConfiguration.contextMenuClient = &amp;dummyContextMenuClient.get();
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(DRAG_SUPPORT)
</span><span class="cx">     static NeverDestroyed&lt;EmptyDragClient&gt; dummyDragClient;
</span><del>-    pageClients.dragClient = &amp;dummyDragClient.get();
</del><ins>+    pageConfiguration.dragClient = &amp;dummyDragClient.get();
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     static NeverDestroyed&lt;EmptyEditorClient&gt; dummyEditorClient;
</span><del>-    pageClients.editorClient = &amp;dummyEditorClient.get();
</del><ins>+    pageConfiguration.editorClient = &amp;dummyEditorClient.get();
</ins><span class="cx"> 
</span><span class="cx">     static NeverDestroyed&lt;EmptyInspectorClient&gt; dummyInspectorClient;
</span><del>-    pageClients.inspectorClient = &amp;dummyInspectorClient.get();
</del><ins>+    pageConfiguration.inspectorClient = &amp;dummyInspectorClient.get();
</ins><span class="cx"> 
</span><span class="cx">     static NeverDestroyed&lt;EmptyFrameLoaderClient&gt; dummyFrameLoaderClient;
</span><del>-    pageClients.loaderClientForMainFrame = &amp;dummyFrameLoaderClient.get();
-    
</del><ins>+    pageConfiguration.loaderClientForMainFrame = &amp;dummyFrameLoaderClient.get();
+
</ins><span class="cx">     static NeverDestroyed&lt;EmptyProgressTrackerClient&gt; dummyProgressTrackerClient;
</span><del>-    pageClients.progressTrackerClient = &amp;dummyProgressTrackerClient.get();
</del><ins>+    pageConfiguration.progressTrackerClient = &amp;dummyProgressTrackerClient.get();
+
+    static NeverDestroyed&lt;EmptyDiagnosticLoggingClient&gt; dummyDiagnosticLoggingClient;
+    pageConfiguration.diagnosticLoggingClient = &amp;dummyDiagnosticLoggingClient.get();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> class EmptyPopupMenu : public PopupMenu {
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreloaderEmptyClientsh"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/loader/EmptyClients.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -33,6 +33,7 @@
</span><span class="cx"> #include &quot;ContextMenuClient.h&quot;
</span><span class="cx"> #include &quot;DeviceMotionClient.h&quot;
</span><span class="cx"> #include &quot;DeviceOrientationClient.h&quot;
</span><ins>+#include &quot;DiagnosticLoggingClient.h&quot;
</ins><span class="cx"> #include &quot;DragClient.h&quot;
</span><span class="cx"> #include &quot;EditorClient.h&quot;
</span><span class="cx"> #include &quot;TextCheckerClient.h&quot;
</span><span class="lines">@@ -630,8 +631,14 @@
</span><span class="cx">     virtual void progressFinished(Frame&amp;) override { }
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-void fillWithEmptyClients(Page::PageClients&amp;);
</del><ins>+class EmptyDiagnosticLoggingClient : public DiagnosticLoggingClient {
+    virtual void logDiagnosticMessage(const String&amp;, const String&amp;) override { }
+    virtual void logDiagnosticMessageWithResult(const String&amp;, const String&amp;, LogResultType) override { }
+    virtual void logDiagnosticMessageWithValue(const String&amp;, const String&amp;, const String&amp;) override { }
+};
</ins><span class="cx"> 
</span><ins>+void fillWithEmptyClients(PageConfiguration&amp;);
+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // EmptyClients_h
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreloaderFrameLoadercpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/loader/FrameLoader.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/loader/FrameLoader.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/loader/FrameLoader.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -47,6 +47,7 @@
</span><span class="cx"> #include &quot;DOMImplementation.h&quot;
</span><span class="cx"> #include &quot;DOMWindow.h&quot;
</span><span class="cx"> #include &quot;DatabaseManager.h&quot;
</span><ins>+#include &quot;DiagnosticLoggingClient.h&quot;
</ins><span class="cx"> #include &quot;DiagnosticLoggingKeys.h&quot;
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;DocumentLoadTiming.h&quot;
</span><span class="lines">@@ -2286,8 +2287,12 @@
</span><span class="cx">             if (!page || !page-&gt;settings().diagnosticLoggingEnabled())
</span><span class="cx">                 return;
</span><span class="cx"> 
</span><del>-            page-&gt;chrome().client().logDiagnosticMessage(DiagnosticLoggingKeys::pageLoadedKey(), emptyString(), error.isNull() ? DiagnosticLoggingKeys::passKey() : DiagnosticLoggingKeys::failKey());
</del><ins>+            DiagnosticLoggingClient* diagnosticLoggingClient = page-&gt;mainFrame().diagnosticLoggingClient();
+            if (!diagnosticLoggingClient)
+                return;
</ins><span class="cx"> 
</span><ins>+            diagnosticLoggingClient-&gt;logDiagnosticMessageWithResult(DiagnosticLoggingKeys::pageLoadedKey(), emptyString(), error.isNull() ? DiagnosticLoggingClient::Pass : DiagnosticLoggingClient::Fail);
+
</ins><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx">         
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCoreloaderSubframeLoadercpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/loader/SubframeLoader.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/loader/SubframeLoader.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/loader/SubframeLoader.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -36,6 +36,7 @@
</span><span class="cx"> #include &quot;Chrome.h&quot;
</span><span class="cx"> #include &quot;ChromeClient.h&quot;
</span><span class="cx"> #include &quot;ContentSecurityPolicy.h&quot;
</span><ins>+#include &quot;DiagnosticLoggingClient.h&quot;
</ins><span class="cx"> #include &quot;DiagnosticLoggingKeys.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;FrameLoader.h&quot;
</span><span class="lines">@@ -46,6 +47,7 @@
</span><span class="cx"> #include &quot;HTMLNames.h&quot;
</span><span class="cx"> #include &quot;HTMLObjectElement.h&quot;
</span><span class="cx"> #include &quot;MIMETypeRegistry.h&quot;
</span><ins>+#include &quot;MainFrame.h&quot;
</ins><span class="cx"> #include &quot;Page.h&quot;
</span><span class="cx"> #include &quot;PluginData.h&quot;
</span><span class="cx"> #include &quot;PluginDocument.h&quot;
</span><span class="lines">@@ -192,14 +194,17 @@
</span><span class="cx">     String pluginFile = page-&gt;pluginData().pluginFileForMimeType(newMIMEType);
</span><span class="cx">     String description = !pluginFile ? newMIMEType : pluginFile;
</span><span class="cx"> 
</span><del>-    ChromeClient&amp; chromeClient = page-&gt;chrome().client();
-    chromeClient.logDiagnosticMessage(success ? DiagnosticLoggingKeys::pluginLoadedKey() : DiagnosticLoggingKeys::pluginLoadingFailedKey(), description, DiagnosticLoggingKeys::noopKey());
</del><ins>+    DiagnosticLoggingClient* diagnosticLoggingClient = page-&gt;mainFrame().diagnosticLoggingClient();
+    if (!diagnosticLoggingClient)
+        return;
</ins><span class="cx"> 
</span><ins>+    diagnosticLoggingClient-&gt;logDiagnosticMessage(success ? DiagnosticLoggingKeys::pluginLoadedKey() : DiagnosticLoggingKeys::pluginLoadingFailedKey(), description);
+
</ins><span class="cx">     if (!page-&gt;hasSeenAnyPlugin())
</span><del>-        chromeClient.logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsAtLeastOnePluginKey(), emptyString(), DiagnosticLoggingKeys::noopKey());
-    
</del><ins>+        diagnosticLoggingClient-&gt;logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsAtLeastOnePluginKey(), emptyString());
+
</ins><span class="cx">     if (!page-&gt;hasSeenPlugin(description))
</span><del>-        chromeClient.logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsPluginKey(), description, DiagnosticLoggingKeys::noopKey());
</del><ins>+        diagnosticLoggingClient-&gt;logDiagnosticMessage(DiagnosticLoggingKeys::pageContainsPluginKey(), description);
</ins><span class="cx"> 
</span><span class="cx">     page-&gt;sawPlugin(description);
</span><span class="cx"> }
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepageChromeClienth"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/page/ChromeClient.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/ChromeClient.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/page/ChromeClient.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -409,8 +409,6 @@
</span><span class="cx">     virtual bool isPointerLocked() { return false; }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    virtual void logDiagnosticMessage(const String&amp; message, const String&amp; description, const String&amp; status) { UNUSED_PARAM(message); UNUSED_PARAM(description); UNUSED_PARAM(status); }
-
</del><span class="cx">     virtual FloatSize minimumWindowSize() const { return FloatSize(100, 100); };
</span><span class="cx"> 
</span><span class="cx">     virtual bool isEmptyChromeClient() const { return false; }
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepageDiagnosticLoggingClienthfromrev176650branchessafari6003branchSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClienth"></a>
<div class="copfile"><h4>Copied: branches/safari-600.3-branch/Source/WebCore/page/DiagnosticLoggingClient.h (from rev 176650, branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h) (0 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/DiagnosticLoggingClient.h                                (rev 0)
+++ branches/safari-600.3-branch/Source/WebCore/page/DiagnosticLoggingClient.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef DiagnosticLoggingClient_h
+#define DiagnosticLoggingClient_h
+
+#include &lt;wtf/Forward.h&gt;
+
+namespace WebCore {
+
+class DiagnosticLoggingClient {
+public:
+    virtual void logDiagnosticMessage(const String&amp; message, const String&amp; description) { UNUSED_PARAM(message); UNUSED_PARAM(description); }
+
+    enum LogResultType {
+        Pass,
+        Fail,
+        Noop,
+    };
+    virtual void logDiagnosticMessageWithResult(const String&amp; message, const String&amp; description, LogResultType) { UNUSED_PARAM(message); UNUSED_PARAM(description); }
+    virtual void logDiagnosticMessageWithValue(const String&amp; message, const String&amp; description, const String&amp; value) { UNUSED_PARAM(message); UNUSED_PARAM(description); UNUSED_PARAM(value); }
+
+protected:
+    virtual ~DiagnosticLoggingClient() { }
+};
+
+}
+
+#endif
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepageMainFramecpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/page/MainFrame.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/MainFrame.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/page/MainFrame.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -27,6 +27,7 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;MainFrame.h&quot;
</span><span class="cx"> 
</span><ins>+#include &quot;PageConfiguration.h&quot;
</ins><span class="cx"> #include &quot;PageOverlayController.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><span class="lines">@@ -35,19 +36,20 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-inline MainFrame::MainFrame(Page&amp; page, FrameLoaderClient&amp; client)
-    : Frame(page, nullptr, client)
</del><ins>+inline MainFrame::MainFrame(Page&amp; page, PageConfiguration&amp; configuration)
+    : Frame(page, nullptr, *configuration.loaderClientForMainFrame)
</ins><span class="cx">     , m_selfOnlyRefCount(0)
</span><span class="cx"> #if ENABLE(SERVICE_CONTROLS) || ENABLE(TELEPHONE_NUMBER_DETECTION)
</span><span class="cx">     , m_servicesOverlayController(std::make_unique&lt;ServicesOverlayController&gt;(*this))
</span><span class="cx"> #endif
</span><span class="cx">     , m_pageOverlayController(std::make_unique&lt;PageOverlayController&gt;(*this))
</span><ins>+    , m_diagnosticLoggingClient(configuration.diagnosticLoggingClient)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-RefPtr&lt;MainFrame&gt; MainFrame::create(Page&amp; page, FrameLoaderClient&amp; client)
</del><ins>+RefPtr&lt;MainFrame&gt; MainFrame::create(Page&amp; page, PageConfiguration&amp; configuration)
</ins><span class="cx"> {
</span><del>-    return adoptRef(new MainFrame(page, client));
</del><ins>+    return adoptRef(new MainFrame(page, configuration));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void MainFrame::selfOnlyRef()
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepageMainFrameh"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/page/MainFrame.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/MainFrame.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/page/MainFrame.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -31,12 +31,14 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><ins>+class DiagnosticLoggingClient;
+class PageConfiguration;
</ins><span class="cx"> class PageOverlayController;
</span><span class="cx"> class ServicesOverlayController;
</span><span class="cx"> 
</span><span class="cx"> class MainFrame final : public Frame {
</span><span class="cx"> public:
</span><del>-    static RefPtr&lt;MainFrame&gt; create(Page&amp;, FrameLoaderClient&amp;);
</del><ins>+    static RefPtr&lt;MainFrame&gt; create(Page&amp;, PageConfiguration&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void selfOnlyRef();
</span><span class="cx">     void selfOnlyDeref();
</span><span class="lines">@@ -47,8 +49,10 @@
</span><span class="cx">     ServicesOverlayController&amp; servicesOverlayController() { return *m_servicesOverlayController; }
</span><span class="cx"> #endif // ENABLE(SERVICE_CONTROLS) || ENABLE(TELEPHONE_NUMBER_DETECTION)
</span><span class="cx"> 
</span><ins>+    DiagnosticLoggingClient* diagnosticLoggingClient() const { return m_diagnosticLoggingClient; }
+
</ins><span class="cx"> private:
</span><del>-    MainFrame(Page&amp;, FrameLoaderClient&amp;);
</del><ins>+    MainFrame(Page&amp;, PageConfiguration&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void dropChildren();
</span><span class="cx"> 
</span><span class="lines">@@ -58,6 +62,7 @@
</span><span class="cx">     std::unique_ptr&lt;ServicesOverlayController&gt; m_servicesOverlayController;
</span><span class="cx"> #endif
</span><span class="cx">     std::unique_ptr&lt;PageOverlayController&gt; m_pageOverlayController;
</span><ins>+    DiagnosticLoggingClient* m_diagnosticLoggingClient;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> inline bool Frame::isMainFrame() const
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepagePagecpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/page/Page.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/Page.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/page/Page.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -58,6 +58,7 @@
</span><span class="cx"> #include &quot;PageActivityAssertionToken.h&quot;
</span><span class="cx"> #include &quot;PageCache.h&quot;
</span><span class="cx"> #include &quot;PageConsole.h&quot;
</span><ins>+#include &quot;PageConfiguration.h&quot;
</ins><span class="cx"> #include &quot;PageDebuggable.h&quot;
</span><span class="cx"> #include &quot;PageGroup.h&quot;
</span><span class="cx"> #include &quot;PageOverlayController.h&quot;
</span><span class="lines">@@ -124,34 +125,34 @@
</span><span class="cx"> 
</span><span class="cx"> static const ViewState::Flags PageInitialViewState = ViewState::IsVisible | ViewState::IsInWindow;
</span><span class="cx"> 
</span><del>-Page::Page(PageClients&amp; pageClients)
-    : m_chrome(std::make_unique&lt;Chrome&gt;(*this, *pageClients.chromeClient))
</del><ins>+Page::Page(PageConfiguration&amp; pageConfiguration)
+    : m_chrome(std::make_unique&lt;Chrome&gt;(*this, *pageConfiguration.chromeClient))
</ins><span class="cx">     , m_dragCaretController(std::make_unique&lt;DragCaretController&gt;())
</span><span class="cx"> #if ENABLE(DRAG_SUPPORT)
</span><del>-    , m_dragController(std::make_unique&lt;DragController&gt;(*this, *pageClients.dragClient))
</del><ins>+    , m_dragController(std::make_unique&lt;DragController&gt;(*this, *pageConfiguration.dragClient))
</ins><span class="cx"> #endif
</span><span class="cx">     , m_focusController(std::make_unique&lt;FocusController&gt;(*this, PageInitialViewState))
</span><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><del>-    , m_contextMenuController(std::make_unique&lt;ContextMenuController&gt;(*this, *pageClients.contextMenuClient))
</del><ins>+    , m_contextMenuController(std::make_unique&lt;ContextMenuController&gt;(*this, *pageConfiguration.contextMenuClient))
</ins><span class="cx"> #endif
</span><span class="cx">     , m_userInputBridge(std::make_unique&lt;UserInputBridge&gt;(*this))
</span><span class="cx"> #if ENABLE(WEB_REPLAY)
</span><span class="cx">     , m_replayController(std::make_unique&lt;ReplayController&gt;(*this))
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><del>-    , m_inspectorController(std::make_unique&lt;InspectorController&gt;(*this, pageClients.inspectorClient))
</del><ins>+    , m_inspectorController(std::make_unique&lt;InspectorController&gt;(*this, pageConfiguration.inspectorClient))
</ins><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(POINTER_LOCK)
</span><span class="cx">     , m_pointerLockController(std::make_unique&lt;PointerLockController&gt;(*this))
</span><span class="cx"> #endif
</span><span class="cx">     , m_settings(Settings::create(this))
</span><del>-    , m_progress(std::make_unique&lt;ProgressTracker&gt;(*pageClients.progressTrackerClient))
-    , m_backForwardController(std::make_unique&lt;BackForwardController&gt;(*this, pageClients.backForwardClient))
-    , m_mainFrame(MainFrame::create(*this, *pageClients.loaderClientForMainFrame))
</del><ins>+    , m_progress(std::make_unique&lt;ProgressTracker&gt;(*pageConfiguration.progressTrackerClient))
+    , m_backForwardController(std::make_unique&lt;BackForwardController&gt;(*this, pageConfiguration.backForwardClient))
+    , m_mainFrame(MainFrame::create(*this, pageConfiguration))
</ins><span class="cx">     , m_theme(RenderTheme::themeForPage(this))
</span><del>-    , m_editorClient(pageClients.editorClient)
-    , m_plugInClient(pageClients.plugInClient)
-    , m_validationMessageClient(pageClients.validationMessageClient)
</del><ins>+    , m_editorClient(pageConfiguration.editorClient)
+    , m_plugInClient(pageConfiguration.plugInClient)
+    , m_validationMessageClient(pageConfiguration.validationMessageClient)
</ins><span class="cx">     , m_subframeCount(0)
</span><span class="cx">     , m_openedByDOM(false)
</span><span class="cx">     , m_tabKeyCyclesThroughElements(true)
</span><span class="lines">@@ -191,7 +192,7 @@
</span><span class="cx"> #ifndef NDEBUG
</span><span class="cx">     , m_isPainting(false)
</span><span class="cx"> #endif
</span><del>-    , m_alternativeTextClient(pageClients.alternativeTextClient)
</del><ins>+    , m_alternativeTextClient(pageConfiguration.alternativeTextClient)
</ins><span class="cx">     , m_scriptedAnimationsSuspended(false)
</span><span class="cx">     , m_console(std::make_unique&lt;PageConsole&gt;(*this))
</span><span class="cx"> #if ENABLE(REMOTE_INSPECTOR)
</span><span class="lines">@@ -199,8 +200,8 @@
</span><span class="cx"> #endif
</span><span class="cx">     , m_lastSpatialNavigationCandidatesCount(0) // NOTE: Only called from Internals for Spatial Navigation testing.
</span><span class="cx">     , m_framesHandlingBeforeUnloadEvent(0)
</span><del>-    , m_userContentController(WTF::move(pageClients.userContentController))
-    , m_visitedLinkStore(WTF::move(pageClients.visitedLinkStore))
</del><ins>+    , m_userContentController(WTF::move(pageConfiguration.userContentController))
+    , m_visitedLinkStore(WTF::move(pageConfiguration.visitedLinkStore))
</ins><span class="cx">     , m_sessionID(SessionID::defaultSessionID())
</span><span class="cx">     , m_isClosing(false)
</span><span class="cx"> {
</span><span class="lines">@@ -1626,24 +1627,4 @@
</span><span class="cx">         view-&gt;privateBrowsingStateChanged(sessionID.isEphemeral());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-Page::PageClients::PageClients()
-    : alternativeTextClient(nullptr)
-    , chromeClient(nullptr)
-#if ENABLE(CONTEXT_MENUS)
-    , contextMenuClient(nullptr)
-#endif
-    , editorClient(nullptr)
-    , dragClient(nullptr)
-    , inspectorClient(nullptr)
-    , plugInClient(nullptr)
-    , progressTrackerClient(nullptr)
-    , validationMessageClient(nullptr)
-    , loaderClientForMainFrame(nullptr)
-{
-}
-
-Page::PageClients::~PageClients()
-{
-}
-
</del><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepagePageh"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/page/Page.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/Page.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/page/Page.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -82,6 +82,7 @@
</span><span class="cx"> class MediaCanStartListener;
</span><span class="cx"> class PageActivityAssertionToken;
</span><span class="cx"> class PageConsole;
</span><ins>+class PageConfiguration;
</ins><span class="cx"> class PageDebuggable;
</span><span class="cx"> class PageGroup;
</span><span class="cx"> class PageThrottler;
</span><span class="lines">@@ -119,33 +120,7 @@
</span><span class="cx">     static void updateStyleForAllPagesAfterGlobalChangeInEnvironment();
</span><span class="cx">     static void clearPreviousItemFromAllPages(HistoryItem*);
</span><span class="cx"> 
</span><del>-    // It is up to the platform to ensure that non-null clients are provided where required.
-    // FIXME: Rename this to PageConfiguration and move it to its own class.
-    struct PageClients {
-        WTF_MAKE_NONCOPYABLE(PageClients); WTF_MAKE_FAST_ALLOCATED;
-    public:
-        PageClients();
-        ~PageClients();
-
-        AlternativeTextClient* alternativeTextClient;
-        ChromeClient* chromeClient;
-#if ENABLE(CONTEXT_MENUS)
-        ContextMenuClient* contextMenuClient;
-#endif
-        EditorClient* editorClient;
-        DragClient* dragClient;
-        InspectorClient* inspectorClient;
-        PlugInClient* plugInClient;
-        ProgressTrackerClient* progressTrackerClient;
-        RefPtr&lt;BackForwardClient&gt; backForwardClient;
-        ValidationMessageClient* validationMessageClient;
-        FrameLoaderClient* loaderClientForMainFrame;
-
-        RefPtr&lt;UserContentController&gt; userContentController;
-        RefPtr&lt;VisitedLinkStore&gt; visitedLinkStore;
-    };
-
-    explicit Page(PageClients&amp;);
</del><ins>+    explicit Page(PageConfiguration&amp;);
</ins><span class="cx">     ~Page();
</span><span class="cx"> 
</span><span class="cx">     uint64_t renderTreeSize() const;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepagePageConfigurationcpp"></a>
<div class="addfile"><h4>Added: branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.cpp (0 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.cpp                                (rev 0)
+++ branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -0,0 +1,56 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#include &quot;config.h&quot;
+#include &quot;PageConfiguration.h&quot;
+
+#include &quot;BackForwardClient.h&quot;
+#include &quot;UserContentController.h&quot;
+#include &quot;VisitedLinkStore.h&quot;
+
+namespace WebCore {
+
+PageConfiguration::PageConfiguration()
+    : alternativeTextClient(nullptr)
+    , chromeClient(nullptr)
+#if ENABLE(CONTEXT_MENUS)
+    , contextMenuClient(nullptr)
+#endif
+    , editorClient(nullptr)
+    , dragClient(nullptr)
+    , inspectorClient(nullptr)
+    , plugInClient(nullptr)
+    , progressTrackerClient(nullptr)
+    , validationMessageClient(nullptr)
+    , loaderClientForMainFrame(nullptr)
+    , diagnosticLoggingClient(nullptr)
+{
+}
+
+PageConfiguration::~PageConfiguration()
+{
+}
+
+}
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebCorepagePageConfigurationh"></a>
<div class="addfile"><h4>Added: branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.h (0 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.h                                (rev 0)
+++ branches/safari-600.3-branch/Source/WebCore/page/PageConfiguration.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -0,0 +1,78 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#ifndef PageConfiguration_h
+#define PageConfiguration_h
+
+#include &lt;wtf/Noncopyable.h&gt;
+#include &lt;wtf/RefPtr.h&gt;
+
+namespace WebCore {
+
+class AlternativeTextClient;
+class BackForwardClient;
+class ChromeClient;
+#if ENABLE(CONTEXT_MENUS)
+class ContextMenuClient;
+#endif
+class DiagnosticLoggingClient;
+class DragClient;
+class EditorClient;
+class FrameLoaderClient;
+class InspectorClient;
+class PlugInClient;
+class ProgressTrackerClient;
+class UserContentController;
+class ValidationMessageClient;
+class VisitedLinkStore;
+
+class PageConfiguration {
+    WTF_MAKE_NONCOPYABLE(PageConfiguration); WTF_MAKE_FAST_ALLOCATED;
+public:
+    PageConfiguration();
+    ~PageConfiguration();
+
+    AlternativeTextClient* alternativeTextClient;
+    ChromeClient* chromeClient;
+#if ENABLE(CONTEXT_MENUS)
+    ContextMenuClient* contextMenuClient;
+#endif
+    EditorClient* editorClient;
+    DragClient* dragClient;
+    InspectorClient* inspectorClient;
+    PlugInClient* plugInClient;
+    ProgressTrackerClient* progressTrackerClient;
+    RefPtr&lt;BackForwardClient&gt; backForwardClient;
+    ValidationMessageClient* validationMessageClient;
+    FrameLoaderClient* loaderClientForMainFrame;
+    DiagnosticLoggingClient* diagnosticLoggingClient;
+
+    RefPtr&lt;UserContentController&gt; userContentController;
+    RefPtr&lt;VisitedLinkStore&gt; visitedLinkStore;
+};
+
+}
+
+#endif
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebCoresvggraphicsSVGImagecpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebCore/svg/graphics/SVGImage.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebCore/svg/graphics/SVGImage.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebCore/svg/graphics/SVGImage.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -36,6 +36,7 @@
</span><span class="cx"> #include &quot;ImageObserver.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;MainFrame.h&quot;
</span><ins>+#include &quot;PageConfiguration.h&quot;
</ins><span class="cx"> #include &quot;RenderSVGRoot.h&quot;
</span><span class="cx"> #include &quot;RenderStyle.h&quot;
</span><span class="cx"> #include &quot;SVGDocument.h&quot;
</span><span class="lines">@@ -349,10 +350,10 @@
</span><span class="cx">         return true;
</span><span class="cx"> 
</span><span class="cx">     if (allDataReceived) {
</span><del>-        Page::PageClients pageClients;
-        fillWithEmptyClients(pageClients);
</del><ins>+        PageConfiguration pageConfiguration;
+        fillWithEmptyClients(pageConfiguration);
</ins><span class="cx">         m_chromeClient = std::make_unique&lt;SVGImageChromeClient&gt;(this);
</span><del>-        pageClients.chromeClient = m_chromeClient.get();
</del><ins>+        pageConfiguration.chromeClient = m_chromeClient.get();
</ins><span class="cx"> 
</span><span class="cx">         // FIXME: If this SVG ends up loading itself, we might leak the world.
</span><span class="cx">         // The Cache code does not know about CachedImages holding Frames and
</span><span class="lines">@@ -360,7 +361,7 @@
</span><span class="cx">         // This will become an issue when SVGImage will be able to load other
</span><span class="cx">         // SVGImage objects, but we're safe now, because SVGImage can only be
</span><span class="cx">         // loaded by a top-level document.
</span><del>-        m_page = std::make_unique&lt;Page&gt;(pageClients);
</del><ins>+        m_page = std::make_unique&lt;Page&gt;(pageConfiguration);
</ins><span class="cx">         m_page-&gt;settings().setMediaEnabled(false);
</span><span class="cx">         m_page-&gt;settings().setScriptEnabled(false);
</span><span class="cx">         m_page-&gt;settings().setPluginsEnabled(false);
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-11-21  Jer Noble  &lt;jer.noble@apple.com&gt;
+
+        Support multiple signatures of diagnostic logging.
+        https://bugs.webkit.org/show_bug.cgi?id=138690
+
+        Reviewed by Anders Carlsson.
+
+        Page::PageClients has been renamed PageConfiguration.
+
+        * WebView/WebView.mm:
+        (-[WebView _commonInitializationWithFrameName:groupName:]):
+        (-[WebView initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:]):
+
</ins><span class="cx"> 2014-12-02  Dana Burkart  &lt;dburkart@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Merge r176477. &lt;rdar://problem/19056715&gt;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKitmacWebViewWebViewmm"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebView.mm (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebView.mm        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebView.mm        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -154,6 +154,7 @@
</span><span class="cx"> #import &lt;WebCore/NotificationController.h&gt;
</span><span class="cx"> #import &lt;WebCore/Page.h&gt;
</span><span class="cx"> #import &lt;WebCore/PageCache.h&gt;
</span><ins>+#import &lt;WebCore/PageConfiguration.h&gt;
</ins><span class="cx"> #import &lt;WebCore/PageGroup.h&gt;
</span><span class="cx"> #import &lt;WebCore/PlatformEventFactoryMac.h&gt;
</span><span class="cx"> #import &lt;WebCore/ProgressTracker.h&gt;
</span><span class="lines">@@ -930,23 +931,23 @@
</span><span class="cx">         didOneTimeInitialization = true;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    Page::PageClients pageClients;
</del><ins>+    PageConfiguration pageConfiguration;
</ins><span class="cx"> #if !PLATFORM(IOS)
</span><del>-    pageClients.chromeClient = new WebChromeClient(self);
-    pageClients.contextMenuClient = new WebContextMenuClient(self);
</del><ins>+    pageConfiguration.chromeClient = new WebChromeClient(self);
+    pageConfiguration.contextMenuClient = new WebContextMenuClient(self);
</ins><span class="cx"> #if ENABLE(DRAG_SUPPORT)
</span><del>-    pageClients.dragClient = new WebDragClient(self);
</del><ins>+    pageConfiguration.dragClient = new WebDragClient(self);
</ins><span class="cx"> #endif
</span><del>-    pageClients.inspectorClient = new WebInspectorClient(self);
</del><ins>+    pageConfiguration.inspectorClient = new WebInspectorClient(self);
</ins><span class="cx"> #else
</span><del>-    pageClients.chromeClient = new WebChromeClientIOS(self);
-    pageClients.inspectorClient = new WebInspectorClient(self);
</del><ins>+    pageConfiguration.chromeClient = new WebChromeClientIOS(self);
+    pageConfiguration.inspectorClient = new WebInspectorClient(self);
</ins><span class="cx"> #endif
</span><del>-    pageClients.editorClient = new WebEditorClient(self);
-    pageClients.alternativeTextClient = new WebAlternativeTextClient(self);
-    pageClients.loaderClientForMainFrame = new WebFrameLoaderClient;
-    pageClients.progressTrackerClient = new WebProgressTrackerClient(self);
-    _private-&gt;page = new Page(pageClients);
</del><ins>+    pageConfiguration.editorClient = new WebEditorClient(self);
+    pageConfiguration.alternativeTextClient = new WebAlternativeTextClient(self);
+    pageConfiguration.loaderClientForMainFrame = new WebFrameLoaderClient;
+    pageConfiguration.progressTrackerClient = new WebProgressTrackerClient(self);
+    _private-&gt;page = new Page(pageConfiguration);
</ins><span class="cx"> #if ENABLE(GEOLOCATION)
</span><span class="cx">     WebCore::provideGeolocationTo(_private-&gt;page, new WebGeolocationClient(self));
</span><span class="cx"> #endif
</span><span class="lines">@@ -1167,16 +1168,16 @@
</span><span class="cx">     [frameView release];
</span><span class="cx"> 
</span><span class="cx">     
</span><del>-    Page::PageClients pageClients;
-    pageClients.chromeClient = new WebChromeClientIOS(self);
</del><ins>+    PageConfiguration pageConfiguration;
+    pageConfiguration.chromeClient = new WebChromeClientIOS(self);
</ins><span class="cx"> #if ENABLE(DRAG_SUPPORT)
</span><del>-    pageClients.dragClient = new WebDragClient(self);
</del><ins>+    pageConfiguration.dragClient = new WebDragClient(self);
</ins><span class="cx"> #endif
</span><del>-    pageClients.editorClient = new WebEditorClient(self);
-    pageClients.inspectorClient = new WebInspectorClient(self);
-    pageClients.loaderClientForMainFrame = new WebFrameLoaderClient;
-    pageClients.progressTrackerClient = new WebProgressTrackerClient(self);
-    _private-&gt;page = new Page(pageClients);
</del><ins>+    pageConfiguration.editorClient = new WebEditorClient(self);
+    pageConfiguration.inspectorClient = new WebInspectorClient(self);
+    pageConfiguration.loaderClientForMainFrame = new WebFrameLoaderClient;
+    pageConfiguration.progressTrackerClient = new WebProgressTrackerClient(self);
+    _private-&gt;page = new Page(pageConfiguration);
</ins><span class="cx">     
</span><span class="cx">     [self setSmartInsertDeleteEnabled:YES];
</span><span class="cx">     
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit/win/ChangeLog (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit/win/ChangeLog        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit/win/ChangeLog        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2014-11-21  Jer Noble  &lt;jer.noble@apple.com&gt;
+
+        Support multiple signatures of diagnostic logging.
+        https://bugs.webkit.org/show_bug.cgi?id=138690
+
+        Reviewed by Anders Carlsson.
+
+        Page::PageClients has been renamed PageConfiguration.
+
+        * WebView.cpp:
+        (WebView::initWithFrame):
+
</ins><span class="cx"> 2014-10-28  Dana Burkart  &lt;dburkart@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Merge r174231. &lt;rdar://problem/18640833&gt;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKitwinWebViewcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit/win/WebView.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit/win/WebView.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit/win/WebView.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -118,6 +118,7 @@
</span><span class="cx"> #include &lt;WebCore/NotImplemented.h&gt;
</span><span class="cx"> #include &lt;WebCore/Page.h&gt;
</span><span class="cx"> #include &lt;WebCore/PageCache.h&gt;
</span><ins>+#include &lt;WebCore/PageConfiguration.h&gt;
</ins><span class="cx"> #include &lt;WebCore/PageGroup.h&gt;
</span><span class="cx"> #include &lt;WebCore/PlatformKeyboardEvent.h&gt;
</span><span class="cx"> #include &lt;WebCore/PlatformMouseEvent.h&gt;
</span><span class="lines">@@ -2751,18 +2752,18 @@
</span><span class="cx">     m_inspectorClient = new WebInspectorClient(this);
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-    Page::PageClients pageClients;
-    pageClients.chromeClient = new WebChromeClient(this);
-    pageClients.contextMenuClient = new WebContextMenuClient(this);
-    pageClients.editorClient = new WebEditorClient(this);
-    pageClients.dragClient = new WebDragClient(this);
</del><ins>+    PageConfiguration configuration;
+    configuration.chromeClient = new WebChromeClient(this);
+    configuration.contextMenuClient = new WebContextMenuClient(this);
+    configuration.editorClient = new WebEditorClient(this);
+    configuration.dragClient = new WebDragClient(this);
</ins><span class="cx"> #if ENABLE(INSPECTOR)
</span><del>-    pageClients.inspectorClient = m_inspectorClient;
</del><ins>+    configuration.inspectorClient = m_inspectorClient;
</ins><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><del>-    pageClients.loaderClientForMainFrame = new WebFrameLoaderClient;
-    pageClients.progressTrackerClient = static_cast&lt;WebFrameLoaderClient*&gt;(pageClients.loaderClientForMainFrame);
</del><ins>+    configuration.loaderClientForMainFrame = new WebFrameLoaderClient;
+    configuration.progressTrackerClient = static_cast&lt;WebFrameLoaderClient*&gt;(configuration.loaderClientForMainFrame);
</ins><span class="cx"> 
</span><del>-    m_page = new Page(pageClients);
</del><ins>+    m_page = new Page(configuration);
</ins><span class="cx">     provideGeolocationTo(m_page, new WebGeolocationClient(this));
</span><span class="cx"> 
</span><span class="cx">     unsigned layoutMilestones = DidFirstLayout | DidFirstVisuallyNonEmptyLayout;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2CMakeListstxt"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/CMakeLists.txt (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/CMakeLists.txt        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/CMakeLists.txt        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -529,6 +529,7 @@
</span><span class="cx">     WebProcess/WebCoreSupport/WebContextMenuClient.cpp
</span><span class="cx">     WebProcess/WebCoreSupport/WebDatabaseManager.cpp
</span><span class="cx">     WebProcess/WebCoreSupport/WebDeviceProximityClient.cpp
</span><ins>+    WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp
</ins><span class="cx">     WebProcess/WebCoreSupport/WebDragClient.cpp
</span><span class="cx">     WebProcess/WebCoreSupport/WebEditorClient.cpp
</span><span class="cx">     WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/ChangeLog (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/ChangeLog        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/ChangeLog        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1,3 +1,37 @@
</span><ins>+2014-11-21  Jer Noble  &lt;jer.noble@apple.com&gt;
+
+        Support multiple signatures of diagnostic logging.
+        https://bugs.webkit.org/show_bug.cgi?id=138690
+
+        Reviewed by Anders Carlsson.
+
+        Extend the existing WKBundlePageDiagnosticLoggingClient interface by deprecating
+        the original logDiagnosticMessage client method in V1 and adding three new,
+        explicit client methods.
+
+        * CMakeLists.txt:
+        * WebKit2.xcodeproj/project.pbxproj:
+        * WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp:
+        (WebKit::InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessageDeprecated):
+            Renamed from logDiagnosticMessage().
+        (WebKit::InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessage): Pass to the client.
+        (WebKit::InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessageWithResult): Ditto.
+        (WebKit::InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessageWithValue): Ditto.
+        * WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h:
+        * WebProcess/WebCoreSupport/WebChromeClient.h:
+        * WebProcess/WebCoreSupport/WebChromeClient.cpp:
+        (WebKit::WebChromeClient::logDiagnosticMessage): Deleted.
+        * WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp: Added.
+        (WebKit::WebDiagnosticLoggingClient::WebDiagnosticLoggingClient): Simple constructor.
+        (WebKit::WebDiagnosticLoggingClient::~WebDiagnosticLoggingClient): Simple destructor.
+        (WebKit::WebDiagnosticLoggingClient::logDiagnosticMessage): Pass to the injected bundle.
+        (WebKit::WebDiagnosticLoggingClient::logDiagnosticMessageWithResult): Ditto.
+        (WebKit::WebDiagnosticLoggingClient::logDiagnosticMessageWithValue): Ditto.
+        * WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h: Added.
+        * WebProcess/WebPage/WebPage.cpp:
+        (WebKit::WebPage::WebPage): Initialize the new client.
+
</ins><span class="cx"> 2014-12-02  Dana Burkart  &lt;dburkart@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Merge r176486. &lt;rdar://problem/19056442&gt;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -1583,6 +1583,8 @@
</span><span class="cx">                 C5E1AFEF16B21029006CC1F2 /* APIWebArchiveResource.h in Headers */ = {isa = PBXBuildFile; fileRef = BC329D9F16ACD47800316DE2 /* APIWebArchiveResource.h */; };
</span><span class="cx">                 C5FA1ED318E1062200B3F402 /* WKAirPlayRoutePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FA1ED118E1062200B3F402 /* WKAirPlayRoutePicker.h */; };
</span><span class="cx">                 C5FA1ED418E1062200B3F402 /* WKAirPlayRoutePicker.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5FA1ED218E1062200B3F402 /* WKAirPlayRoutePicker.mm */; };
</span><ins>+                CD19A26D1A13E82A008D650E /* WebDiagnosticLoggingClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD19A2691A13E820008D650E /* WebDiagnosticLoggingClient.cpp */; };
+                CD19A26E1A13E834008D650E /* WebDiagnosticLoggingClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CD19A26A1A13E821008D650E /* WebDiagnosticLoggingClient.h */; };
</ins><span class="cx">                 CD5C66A0134B9D38004FE2A8 /* InjectedBundlePageFullScreenClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5C669E134B9D36004FE2A8 /* InjectedBundlePageFullScreenClient.cpp */; };
</span><span class="cx">                 CD5C66A1134B9D38004FE2A8 /* InjectedBundlePageFullScreenClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5C669F134B9D37004FE2A8 /* InjectedBundlePageFullScreenClient.h */; };
</span><span class="cx">                 CD67D30E15C08F9A00843ADF /* InjectedBundlePageDiagnosticLoggingClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD67D30815C07BE000843ADF /* InjectedBundlePageDiagnosticLoggingClient.cpp */; };
</span><span class="lines">@@ -3674,6 +3676,8 @@
</span><span class="cx">                 C59C4A5718B81174007BDCB6 /* AssistedNodeInformation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssistedNodeInformation.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 C5FA1ED118E1062200B3F402 /* WKAirPlayRoutePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WKAirPlayRoutePicker.h; path = ios/forms/WKAirPlayRoutePicker.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 C5FA1ED218E1062200B3F402 /* WKAirPlayRoutePicker.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WKAirPlayRoutePicker.mm; path = ios/forms/WKAirPlayRoutePicker.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                CD19A2691A13E820008D650E /* WebDiagnosticLoggingClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebDiagnosticLoggingClient.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
+                CD19A26A1A13E821008D650E /* WebDiagnosticLoggingClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDiagnosticLoggingClient.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 CD5C669E134B9D36004FE2A8 /* InjectedBundlePageFullScreenClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InjectedBundlePageFullScreenClient.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD5C669F134B9D37004FE2A8 /* InjectedBundlePageFullScreenClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InjectedBundlePageFullScreenClient.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CD67D30815C07BE000843ADF /* InjectedBundlePageDiagnosticLoggingClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InjectedBundlePageDiagnosticLoggingClient.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -5715,6 +5719,8 @@
</span><span class="cx">                                 1A1E093218861D3800D2DC49 /* WebProgressTrackerClient.h */,
</span><span class="cx">                                 D3B9484411FF4B6500032B39 /* WebSearchPopupMenu.cpp */,
</span><span class="cx">                                 D3B9484511FF4B6500032B39 /* WebSearchPopupMenu.h */,
</span><ins>+                                CD19A2691A13E820008D650E /* WebDiagnosticLoggingClient.cpp */,
+                                CD19A26A1A13E821008D650E /* WebDiagnosticLoggingClient.h */,
</ins><span class="cx">                         );
</span><span class="cx">                         path = WebCoreSupport;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -7453,6 +7459,7 @@
</span><span class="cx">                                 BCDE059B11CDA8AE00E41AF1 /* WebContextInjectedBundleClient.h in Headers */,
</span><span class="cx">                                 1A6509CE18B4146200614332 /* WKProcessPoolPrivate.h in Headers */,
</span><span class="cx">                                 51871B5C127CB89D00F76232 /* WebContextMenu.h in Headers */,
</span><ins>+                                CD19A26E1A13E834008D650E /* WebDiagnosticLoggingClient.h in Headers */,
</ins><span class="cx">                                 BC032D7710F4378D0058C15A /* WebContextMenuClient.h in Headers */,
</span><span class="cx">                                 75E749EC180DBB9800088BA6 /* WebOriginDataManagerProxyMessages.h in Headers */,
</span><span class="cx">                                 512935D81288D19400A4B695 /* WebContextMenuItem.h in Headers */,
</span><span class="lines">@@ -8854,6 +8861,7 @@
</span><span class="cx">                                 1A1E093318861D3800D2DC49 /* WebProgressTrackerClient.cpp in Sources */,
</span><span class="cx">                                 1A90C1F51264FD71003E44D4 /* FindController.cpp in Sources */,
</span><span class="cx">                                 1A910072126675C4001842F5 /* TextIndicator.cpp in Sources */,
</span><ins>+                                CD19A26D1A13E82A008D650E /* WebDiagnosticLoggingClient.cpp in Sources */,
</ins><span class="cx">                                 BCE81D8C1319F7EF00241910 /* FontInfo.cpp in Sources */,
</span><span class="cx">                                 378E1A4918208CD60031007A /* WKNSString.mm in Sources */,
</span><span class="cx">                                 1AAF08B719269E6D00B6390C /* WebUserContentControllerMessageReceiver.cpp in Sources */,
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageDiagnosticLoggingClienth"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -28,7 +28,17 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;WebKit/WKBase.h&gt;
</span><span class="cx"> 
</span><ins>+enum {
+    kWKDiagnosticLoggingResultPass = 0,
+    kWKDiagnosticLoggingResultFail = 1,
+    kWKDiagnosticLoggingResultNoop = 2,
+};
+typedef uint32_t WKDiagnosticLoggingResultType;
+
</ins><span class="cx"> typedef void (*WKBundlePageDiagnosticLoggingCallback)(WKBundlePageRef page, WKStringRef message, WKStringRef description, WKStringRef success, const void* clientInfo);
</span><ins>+typedef void (*WKBundlePageLogDiagnosticMessageCallback)(WKBundlePageRef page, WKStringRef message, WKStringRef description, const void* clientInfo);
+typedef void (*WKBundlePageLogDiagnosticMessageWithResultCallback)(WKBundlePageRef page, WKStringRef message, WKStringRef description, WKDiagnosticLoggingResultType result, const void* clientInfo);
+typedef void (*WKBundlePageLogDiagnosticMessageWithValueCallback)(WKBundlePageRef page, WKStringRef message, WKStringRef description, WKStringRef value, const void* clientInfo);
</ins><span class="cx"> 
</span><span class="cx"> typedef struct WKBundlePageDiagnosticLoggingClientBase {
</span><span class="cx">     int                                                                 version;
</span><span class="lines">@@ -42,13 +52,30 @@
</span><span class="cx">     WKBundlePageDiagnosticLoggingCallback                               logDiagnosticMessage;
</span><span class="cx"> } WKBundlePageDiagnosticLoggingClientV0;
</span><span class="cx"> 
</span><del>-enum { kWKBundlePageDiagnosticLoggingClientCurrentVersion WK_ENUM_DEPRECATED(&quot;Use an explicit version number instead&quot;) = 0 };
</del><ins>+typedef struct WKBundlePageDiagnosticLoggingClientV1 {
+    WKBundlePageDiagnosticLoggingClientBase                             base;
+
+    // Version 0.
+    WKBundlePageDiagnosticLoggingCallback                               logDiagnosticMessageDeprecated;
+
+    // Version 1.
+    WKBundlePageLogDiagnosticMessageCallback                            logDiagnosticMessage;
+    WKBundlePageLogDiagnosticMessageWithResultCallback                  logDiagnosticMessageWithResult;
+    WKBundlePageLogDiagnosticMessageWithValueCallback                   logDiagnosticMessageWithValue;
+} WKBundlePageDiagnosticLoggingClientV1;
+
+enum { kWKBundlePageDiagnosticLoggingClientCurrentVersion WK_ENUM_DEPRECATED(&quot;Use an explicit version number instead&quot;) = 1 };
</ins><span class="cx"> typedef struct WKBundlePageDiagnosticLoggingClient {
</span><span class="cx">     int                                                                 version;
</span><span class="cx">     const void *                                                        clientInfo;
</span><span class="cx"> 
</span><span class="cx">     // Version 0.
</span><del>-    WKBundlePageDiagnosticLoggingCallback                               logDiagnosticMessage;
</del><ins>+    WKBundlePageDiagnosticLoggingCallback                               logDiagnosticMessageDeprecated;
+
+    // Version 1.
+    WKBundlePageLogDiagnosticMessageCallback                            logDiagnosticMessage;
+    WKBundlePageLogDiagnosticMessageWithResultCallback                  logDiagnosticMessageWithResult;
+    WKBundlePageLogDiagnosticMessageWithValueCallback                   logDiagnosticMessageWithValue;
</ins><span class="cx"> } WKBundlePageDiagnosticLoggingClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</span><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageDiagnosticLoggingClient_h
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClientcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -31,11 +31,32 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><del>-void InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessage(WebPage* page, const String&amp; message, const String&amp; description, const String&amp; success)
</del><ins>+void InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessageDeprecated(WebPage* page, const String&amp; message, const String&amp; description, const String&amp; success)
</ins><span class="cx"> {
</span><ins>+    if (!m_client.logDiagnosticMessageDeprecated)
+        return;
+    m_client.logDiagnosticMessageDeprecated(toAPI(page), toAPI(message.impl()), toAPI(description.impl()), toAPI(success.impl()), m_client.base.clientInfo);
+}
+
+void InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessage(WebPage* page, const String&amp; message, const String&amp; description)
+{
</ins><span class="cx">     if (!m_client.logDiagnosticMessage)
</span><span class="cx">         return;
</span><del>-    m_client.logDiagnosticMessage(toAPI(page), toAPI(message.impl()), toAPI(description.impl()), toAPI(success.impl()), m_client.base.clientInfo);
</del><ins>+    m_client.logDiagnosticMessage(toAPI(page), toAPI(message.impl()), toAPI(description.impl()), m_client.base.clientInfo);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+void InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessageWithResult(WebPage* page, const String&amp; message, const String&amp; description, WKDiagnosticLoggingResultType result)
+{
+    if (!m_client.logDiagnosticMessageWithResult)
+        return;
+    m_client.logDiagnosticMessageWithResult(toAPI(page), toAPI(message.impl()), toAPI(description.impl()), result, m_client.base.clientInfo);
</ins><span class="cx"> }
</span><ins>+
+void InjectedBundlePageDiagnosticLoggingClient::logDiagnosticMessageWithValue(WebPage* page, const String&amp; message, const String&amp; description, const String&amp; value)
+{
+    if (!m_client.logDiagnosticMessageWithValue)
+        return;
+    m_client.logDiagnosticMessageWithValue(toAPI(page), toAPI(message.impl()), toAPI(description.impl()), toAPI(value.impl()), m_client.base.clientInfo);
+}
+
+}
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClienth"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace API {
</span><span class="cx"> template&lt;&gt; struct ClientTraits&lt;WKBundlePageDiagnosticLoggingClientBase&gt; {
</span><del>-    typedef std::tuple&lt;WKBundlePageDiagnosticLoggingClientV0&gt; Versions;
</del><ins>+    typedef std::tuple&lt;WKBundlePageDiagnosticLoggingClientV0, WKBundlePageDiagnosticLoggingClientV1&gt; Versions;
</ins><span class="cx"> };
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -45,7 +45,10 @@
</span><span class="cx"> 
</span><span class="cx"> class InjectedBundlePageDiagnosticLoggingClient : public API::Client&lt;WKBundlePageDiagnosticLoggingClientBase&gt; {
</span><span class="cx"> public:
</span><del>-    void logDiagnosticMessage(WebPage*, const String&amp; message, const String&amp; description, const String&amp; success);
</del><ins>+    void logDiagnosticMessageDeprecated(WebPage*, const String&amp; message, const String&amp; description, const String&amp; success);
+    void logDiagnosticMessage(WebPage*, const String&amp; message, const String&amp; description);
+    void logDiagnosticMessageWithResult(WebPage*, const String&amp; message, const String&amp; description, WKDiagnosticLoggingResultType);
+    void logDiagnosticMessageWithValue(WebPage*, const String&amp; message, const String&amp; description, const String&amp; value);
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebChromeClientcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -956,14 +956,6 @@
</span><span class="cx">     m_page-&gt;numWheelEventHandlersChanged(count);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebChromeClient::logDiagnosticMessage(const String&amp; message, const String&amp; description, const String&amp; success)
-{
-    if (!m_page-&gt;corePage()-&gt;settings().diagnosticLoggingEnabled())
-        return;
-
-    m_page-&gt;injectedBundleDiagnosticLoggingClient().logDiagnosticMessage(m_page, message, description, success);
-}
-
</del><span class="cx"> String WebChromeClient::plugInStartLabelTitle(const String&amp; mimeType) const
</span><span class="cx"> {
</span><span class="cx">     return m_page-&gt;injectedBundleUIClient().plugInStartLabelTitle(mimeType);
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebChromeClienth"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -282,8 +282,6 @@
</span><span class="cx">     
</span><span class="cx">     virtual void numWheelEventHandlersChanged(unsigned) override;
</span><span class="cx"> 
</span><del>-    virtual void logDiagnosticMessage(const String&amp; message, const String&amp; description, const String&amp; success) override;
-
</del><span class="cx">     virtual String plugInStartLabelTitle(const String&amp; mimeType) const override;
</span><span class="cx">     virtual String plugInStartLabelSubtitle(const String&amp; mimeType) const override;
</span><span class="cx">     virtual String plugInExtraStyleSheet() const override;
</span></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebDiagnosticLoggingClientcpp"></a>
<div class="addfile"><h4>Added: branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp (0 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp                                (rev 0)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -0,0 +1,67 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#include &quot;config.h&quot;
+#include &quot;WebDiagnosticLoggingClient.h&quot;
+
+#include &quot;WebPage.h&quot;
+#include &lt;WebCore/Settings.h&gt;
+
+namespace WebKit {
+
+WebDiagnosticLoggingClient::WebDiagnosticLoggingClient(WebPage&amp; page)
+    : m_page(page)
+{
+}
+
+WebDiagnosticLoggingClient::~WebDiagnosticLoggingClient()
+{
+}
+
+void WebDiagnosticLoggingClient::logDiagnosticMessage(const String&amp; message, const String&amp; description)
+{
+    if (!m_page.corePage()-&gt;settings().diagnosticLoggingEnabled())
+        return;
+
+    m_page.injectedBundleDiagnosticLoggingClient().logDiagnosticMessage(&amp;m_page, message, description);
+}
+
+void WebDiagnosticLoggingClient::logDiagnosticMessageWithResult(const String&amp; message, const String&amp; description, WebCore::DiagnosticLoggingClient::LogResultType result)
+{
+    if (!m_page.corePage()-&gt;settings().diagnosticLoggingEnabled())
+        return;
+
+    m_page.injectedBundleDiagnosticLoggingClient().logDiagnosticMessageWithResult(&amp;m_page, message, description, result);
+}
+
+void WebDiagnosticLoggingClient::logDiagnosticMessageWithValue(const String&amp; message, const String&amp; description, const String&amp; value)
+{
+    if (!m_page.corePage()-&gt;settings().diagnosticLoggingEnabled())
+        return;
+
+    m_page.injectedBundleDiagnosticLoggingClient().logDiagnosticMessageWithValue(&amp;m_page, message, description, value);
+}
+
+} // namespace WebKit
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessWebCoreSupportWebDiagnosticLoggingClienth"></a>
<div class="addfile"><h4>Added: branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h (0 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h                                (rev 0)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#ifndef WebDiagnosticLoggingClient_h
+#define WebDiagnosticLoggingClient_h
+
+#include &lt;WebCore/DiagnosticLoggingClient.h&gt;
+#include &lt;wtf/Forward.h&gt;
+
+namespace WebKit {
+
+class WebPage;
+
+class WebDiagnosticLoggingClient : public WebCore::DiagnosticLoggingClient {
+public:
+    WebDiagnosticLoggingClient(WebPage&amp;);
+    virtual ~WebDiagnosticLoggingClient();
+
+private:
+    virtual void logDiagnosticMessage(const String&amp; message, const String&amp; description) override;
+    virtual void logDiagnosticMessageWithResult(const String&amp; message, const String&amp; description, LogResultType) override;
+    virtual void logDiagnosticMessageWithValue(const String&amp; message, const String&amp; description, const String&amp; value) override;
+
+    WebPage&amp; m_page;
+};
+
+}
+
+#endif
</ins></span></pre></div>
<a id="branchessafari6003branchSourceWebKit2WebProcessWebPageWebPagecpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (176650 => 176651)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2014-12-02 15:15:56 UTC (rev 176650)
+++ branches/safari-600.3-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2014-12-02 15:43:48 UTC (rev 176651)
</span><span class="lines">@@ -65,6 +65,7 @@
</span><span class="cx"> #include &quot;WebContextMenuClient.h&quot;
</span><span class="cx"> #include &quot;WebContextMessages.h&quot;
</span><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><ins>+#include &quot;WebDiagnosticLoggingClient.h&quot;
</ins><span class="cx"> #include &quot;WebDocumentLoader.h&quot;
</span><span class="cx"> #include &quot;WebDragClient.h&quot;
</span><span class="cx"> #include &quot;WebEditorClient.h&quot;
</span><span class="lines">@@ -126,6 +127,7 @@
</span><span class="cx"> #include &lt;WebCore/MainFrame.h&gt;
</span><span class="cx"> #include &lt;WebCore/MouseEvent.h&gt;
</span><span class="cx"> #include &lt;WebCore/Page.h&gt;
</span><ins>+#include &lt;WebCore/PageConfiguration.h&gt;
</ins><span class="cx"> #include &lt;WebCore/PageThrottler.h&gt;
</span><span class="cx"> #include &lt;WebCore/PlatformKeyboardEvent.h&gt;
</span><span class="cx"> #include &lt;WebCore/PluginDocument.h&gt;
</span><span class="lines">@@ -330,31 +332,32 @@
</span><span class="cx">     Settings::setShouldManageAudioSessionCategory(true);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    Page::PageClients pageClients;
-    pageClients.chromeClient = new WebChromeClient(this);
</del><ins>+    PageConfiguration pageConfiguration;
+    pageConfiguration.chromeClient = new WebChromeClient(this);
</ins><span class="cx"> #if ENABLE(CONTEXT_MENUS)
</span><del>-    pageClients.contextMenuClient = new WebContextMenuClient(this);
</del><ins>+    pageConfiguration.contextMenuClient = new WebContextMenuClient(this);
</ins><span class="cx"> #endif
</span><del>-    pageClients.editorClient = new WebEditorClient(this);
</del><ins>+    pageConfiguration.editorClient = new WebEditorClient(this);
</ins><span class="cx"> #if ENABLE(DRAG_SUPPORT)
</span><del>-    pageClients.dragClient = new WebDragClient(this);
</del><ins>+    pageConfiguration.dragClient = new WebDragClient(this);
</ins><span class="cx"> #endif
</span><del>-    pageClients.backForwardClient = WebBackForwardListProxy::create(this);
</del><ins>+    pageConfiguration.backForwardClient = WebBackForwardListProxy::create(this);
</ins><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx">     m_inspectorClient = new WebInspectorClient(this);
</span><del>-    pageClients.inspectorClient = m_inspectorClient;
</del><ins>+    pageConfiguration.inspectorClient = m_inspectorClient;
</ins><span class="cx"> #endif
</span><span class="cx"> #if USE(AUTOCORRECTION_PANEL)
</span><del>-    pageClients.alternativeTextClient = new WebAlternativeTextClient(this);
</del><ins>+    pageConfiguration.alternativeTextClient = new WebAlternativeTextClient(this);
</ins><span class="cx"> #endif
</span><del>-    pageClients.plugInClient = new WebPlugInClient(this);
-    pageClients.loaderClientForMainFrame = new WebFrameLoaderClient;
-    pageClients.progressTrackerClient = new WebProgressTrackerClient(*this);
</del><ins>+    pageConfiguration.plugInClient = new WebPlugInClient(this);
+    pageConfiguration.loaderClientForMainFrame = new WebFrameLoaderClient;
+    pageConfiguration.progressTrackerClient = new WebProgressTrackerClient(*this);
+    pageConfiguration.diagnosticLoggingClient = new WebDiagnosticLoggingClient(*this);
</ins><span class="cx"> 
</span><del>-    pageClients.userContentController = m_userContentController ? &amp;m_userContentController-&gt;userContentController() : nullptr;
-    pageClients.visitedLinkStore = VisitedLinkTableController::getOrCreate(parameters.visitedLinkTableID);
</del><ins>+    pageConfiguration.userContentController = m_userContentController ? &amp;m_userContentController-&gt;userContentController() : nullptr;
+    pageConfiguration.visitedLinkStore = VisitedLinkTableController::getOrCreate(parameters.visitedLinkTableID);
</ins><span class="cx"> 
</span><del>-    m_page = std::make_unique&lt;Page&gt;(pageClients);
</del><ins>+    m_page = std::make_unique&lt;Page&gt;(pageConfiguration);
</ins><span class="cx"> 
</span><span class="cx">     m_drawingArea = DrawingArea::create(*this, parameters);
</span><span class="cx">     m_drawingArea-&gt;setPaintingEnabled(false);
</span></span></pre>
</div>
</div>

</body>
</html>