Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 05b0c5ed036be720324c43e1229832d9271838ce..2a37d3139deb2b3958a905d601b692f3db571c11 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -322,6 +322,11 @@ Handle<ObjectHashTable> PutIntoObjectHashTable(Handle<ObjectHashTable> table, |
Handle<Object> value); |
Hannes Payer (out of office)
2013/10/02 12:21:47
remove one newline
ulan
2013/10/02 12:36:49
Done.
|
+void AddWeakObjectToCodeDependency(Heap* heap, |
+ Handle<Object> object, |
+ Handle<Code> code); |
+ |
Hannes Payer (out of office)
2013/10/02 12:21:47
remove one newline
ulan
2013/10/02 12:36:49
Done.
|
+ |
// Seal off the current HandleScope so that new handles can only be created |
// if a new HandleScope is entered. |
class SealHandleScope BASE_EMBEDDED { |