Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 1f3361c93f5307e4f375c0e705ebc67329cd1d99..5a54cdca5c6790289224ae707f464063f9cf90e6 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1126,6 +1126,8 @@ class Isolate { |
return id; |
} |
+ Handle<JSObject> GetSymbolRegistry(); |
Michael Starzinger
2014/03/24 15:17:19
nit: Can we add a short one-line comment of the in
rossberg
2014/03/24 15:54:46
Done.
|
+ |
private: |
Isolate(); |