[Webkit-unassigned] [Bug 176034] REGRESSION(r220278): Web Inspector: ContextMenu items are not getting triggered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 28 14:03:41 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176034
Joseph Pecoraro <joepeck at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|webkit-unassigned at lists.web |joepeck at webkit.org
|kit.org |
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
- if (!ScriptGlobalObject::get(state, "InspectorFrontendAPI", frontendApiObject)) {
+ auto value = state.lexicalGlobalObject()->get(&state, JSC::Identifier::fromString(&state.vm(), "InspectorFrontendHost"));
InspectorFrontendAPI turned into InspectorFrontendHost!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170828/4dda9d91/attachment.html>
More information about the webkit-unassigned
mailing list