Revision: 10493
Author:   [email protected]
Date:     Tue Jan 24 16:16:07 2012
Log:      Include what you use in accessors.{h,cc}.

[email protected]
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9113041
http://code.google.com/p/v8/source/detail?r=10493

Modified:
 /branches/bleeding_edge/include/v8stdint.h
 /branches/bleeding_edge/src/accessors.cc
 /branches/bleeding_edge/src/accessors.h

=======================================
--- /branches/bleeding_edge/include/v8stdint.h  Fri Mar 18 12:41:05 2011
+++ /branches/bleeding_edge/include/v8stdint.h  Tue Jan 24 16:16:07 2012
@@ -1,4 +1,4 @@
-// Copyright 2010 the V8 project authors. All rights reserved.
+// Copyright 2012 the V8 project authors. All rights reserved.
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -30,6 +30,7 @@
 #ifndef V8STDINT_H_
 #define V8STDINT_H_

+#include <stddef.h>
 #include <stdio.h>

 #if defined(_WIN32) && !defined(__MINGW32__)
=======================================
--- /branches/bleeding_edge/src/accessors.cc    Tue Jan 24 00:43:12 2012
+++ /branches/bleeding_edge/src/accessors.cc    Tue Jan 24 16:16:07 2012
@@ -26,15 +26,16 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

 #include "v8.h"
-
 #include "accessors.h"
-#include "ast.h"
+
+#include "contexts.h"
 #include "deoptimizer.h"
 #include "execution.h"
 #include "factory.h"
+#include "frames-inl.h"
+#include "isolate.h"
 #include "list-inl.h"
-#include "safepoint-table.h"
-#include "scopeinfo.h"
+#include "property-details.h"

 namespace v8 {
 namespace internal {
=======================================
--- /branches/bleeding_edge/src/accessors.h     Thu May  5 23:50:20 2011
+++ /branches/bleeding_edge/src/accessors.h     Tue Jan 24 16:16:07 2012
@@ -1,4 +1,4 @@
-// Copyright 2006-2008 the V8 project authors. All rights reserved.
+// Copyright 2012 the V8 project authors. All rights reserved.
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -29,6 +29,7 @@
 #define V8_ACCESSORS_H_

 #include "allocation.h"
+#include "v8globals.h"

 namespace v8 {
 namespace internal {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to