Bug 37155

Summary: Chromium: remove compatibility overloads for postConsoleMessageToWorkerObject
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Trivial CC: levin, schenney
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Andrey Kosyakov 2010-04-06 09:44:49 PDT
We're removing MessageDestination parameters from worker's addMessage method and associated proxy methods. Since this also concerns higher-level chrome code, this is done in two phases -- first, we introduce compatibility overloads for postConsoleMessageToWorkerObject in WebCommonWorkerClient and WebWorkerClientImpl, and when Chromium part of change is committed, these overloads need to be removed.
Comment 1 David Levin 2011-08-18 12:00:01 PDT
Any updates?