Bug 37155 - Chromium: remove compatibility overloads for postConsoleMessageToWorkerObject
Summary: Chromium: remove compatibility overloads for postConsoleMessageToWorkerObject
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 09:44 PDT by Andrey Kosyakov
Modified: 2013-04-11 12:27 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?