Reviewers: jochen (slow),

Message:
hello again :) this will make my life easier on "the other side", please let me
know your thoughts.

Description:
Forward declaration for Isolate / Platform in libplatform.h.

Reduces dependencies on #include files, making it easier for other
build systems to include this library.

BUG=

Please review this at https://codereview.chromium.org/740493002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+4, -2 lines):
  M include/libplatform/libplatform.h


Index: include/libplatform/libplatform.h
diff --git a/include/libplatform/libplatform.h b/include/libplatform/libplatform.h index 2125e9746b93ca724a9d0cf6992ca2cfc00e5e33..c818fec1c8cb2d98b3ff147dde1123d65f98e083 100644
--- a/include/libplatform/libplatform.h
+++ b/include/libplatform/libplatform.h
@@ -5,9 +5,11 @@
 #ifndef V8_LIBPLATFORM_LIBPLATFORM_H_
 #define V8_LIBPLATFORM_LIBPLATFORM_H_

-#include "include/v8-platform.h"
-
 namespace v8 {
+
+class Isolate;
+class Platform;
+
 namespace platform {

 /**


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to