Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 1047953002: worker: Fix a bad static-cast. (Closed)

Created:
5 years, 8 months ago by sadrul
Modified:
5 years, 8 months ago
Reviewers:
tkent
CC:
blink-reviews, kinuko+worker_chromium.org, horo+watch_chromium.org, falken
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

worker: Fix a bad static-cast. For CompositorWorker, the WorkerGlobalScope is a CompositorWorkerGlobalScope, and not a DedicatedWorkerGlobalScope. So fix the bad cast by teaching the task about the WorkerObjectProxy on creation (since WorkerMessagagingProxy already knows about it without having to depend on the WorkerGlobalScope or the WorkerThread). BUG=471785 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192810

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M Source/core/workers/WorkerMessagingProxy.cpp View 3 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
sadrul
5 years, 8 months ago (2015-03-31 03:49:49 UTC) #2
tkent
lgtm
5 years, 8 months ago (2015-03-31 03:53:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047953002/1
5 years, 8 months ago (2015-03-31 03:53:50 UTC) #5
commit-bot: I haz the power
5 years, 8 months ago (2015-03-31 07:08:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192810

Powered by Google App Engine
This is Rietveld 408576698