Version 3.23.18

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@18251 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h
index 9caab81..f680678 100644
--- a/src/lithium-codegen.h
+++ b/src/lithium-codegen.h
@@ -66,6 +66,8 @@
 
   int GetNextEmittedBlock() const;
 
+  void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
+
  protected:
   enum Status {
     UNUSED,