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

Issue 1007873002: Add call to deferred action method in csp constructors. (Closed)

Created:
5 years, 9 months ago by herhut
Modified:
5 years, 9 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Add call to deferred action method in csp constructors. BUG= TBR=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=44464

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M pkg/compiler/lib/src/js_emitter/class_stub_generator.dart View 1 chunk +3 lines, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
herhut
5 years, 9 months ago (2015-03-13 15:48:18 UTC) #1
herhut
Committed patchset #1 (id:1) manually as 44464 (presubmit successful).
5 years, 9 months ago (2015-03-13 15:48:54 UTC) #2
floitsch
5 years, 9 months ago (2015-03-13 15:53:26 UTC) #3
Message was sent while issue was closed.
LGTM.

https://codereview.chromium.org/1007873002/diff/1/pkg/compiler/lib/src/js_emi...
File pkg/compiler/lib/src/js_emitter/class_stub_generator.dart (right):

https://codereview.chromium.org/1007873002/diff/1/pkg/compiler/lib/src/js_emi...
pkg/compiler/lib/src/js_emitter/class_stub_generator.dart:25: fields.map((name)
=> js('this.# = #', [name, name])),
wouldn't it be better to do the deferredAction first? before initializing the
fields.

Powered by Google App Engine
This is Rietveld 408576698