Chromium Code Reviews
DescriptionMake sure we do not try to run main() before the document has been fully loaded.
The problem was that document.readyState is either loading, interactive,
or complete, so before this change we would sometimes run main() when the
document has been parsed but not fully loaded.
R=efortuna@google.com,vsm@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=9434
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||