DescriptionCleanup: Forward declare v8::Isolate in V8Initializer.
We can forward declare it because we are not calling any function of
Isolate in the header, so the forward declaration is enough to make a
pointer declaration and thus we don't need to include v8.h in the
header.
BUG=None
TEST=None
R=abarth@chromium.org
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|