DescriptionOilpan: fix (MSVC) build after r183241.
Rename WebFrame::isAlive(Visitor*, WebFrame*) to isFrameAlive(). Using
isAlive() is problematic wrt IsGarbageCollectedMixin<T>, which
syntactically probes for isAlive().
(MSVC is more eager about template instantiation and the probing for the
private WebFrame::isAlive() method is disallowed.)
R=haraken,tkent
BUG=
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183247
Patch Set 1 #
Messages
Total messages: 12 (3 generated)
|