[Webkit-unassigned] [Bug 100334] New: [WK2] Fix assertion about message receiver for WebVibrationProxy.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 24 23:07:49 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100334
Summary: [WK2] Fix assertion about message receiver for
WebVibrationProxy.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bw80.lee at samsung.com
There is below assertion after r132386.
ASSERTION FAILED: !decoder.destinationID()
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp(79) : bool CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::MessageDecoder&)
To fix the assertion problem,
adding/removing messageReceiver for WebVibrationProxy need to use new addMessageReceiver() function with destinationID for it's parameter.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list