Version 3.6.3

Implemented better support of typed arrays in the d8 shell.

Bug fixes and performance improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@9248 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/debug.h b/src/debug.h
index c614844..d39ea4e 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1026,6 +1026,7 @@
         return NULL;
     }
   }
+
  private:
   Debug::AddressId id_;
 };