Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ee0311283e1a31db6074fa1d0066ea03b1003bb7..0dc5e3a22f5d2b732c8557c81b395ab72dd962e4 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1853,10 +1853,6 @@ class JSObject: public JSReceiver { |
Handle<Object> receiver, |
Handle<Name> name); |
- // Returns true if this is an instance of an api function and has |
- // been modified since it was created. May give false positives. |
- bool IsDirty(); |
- |
// Accessors for hidden properties object. |
// |
// Hidden properties are not own properties of the object itself. |