git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Web Inspector: InspectorFrontendAPIDispatcher should not ignore all exceptions
[WebKit-https.git]
/
Source
/
WebCore
/
inspector
/
InspectorFrontendClientLocal.h
diff --git
a/Source/WebCore/inspector/InspectorFrontendClientLocal.h
b/Source/WebCore/inspector/InspectorFrontendClientLocal.h
index
ad18f60
..
bcffd22
100644
(file)
--- a/
Source/WebCore/inspector/InspectorFrontendClientLocal.h
+++ b/
Source/WebCore/inspector/InspectorFrontendClientLocal.h
@@
-134,6
+134,7
@@
protected:
private:
friend class FrontendMenuProvider;
+ Optional<bool> evaluationResultToBoolean(InspectorFrontendAPIDispatcher::EvaluationResult);
InspectorController* m_inspectedPageController { nullptr };
Page* m_frontendPage { nullptr };