Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 667d5caa6c426a837db396f8eff05276a8a77816..58db989eb7443438350c57cda07376e255f17fd6 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -370,7 +370,6 @@ Handle<JSGlobalProxy> ReinitializeJSGlobalProxy( |
Handle<Object> SetPrototype(Handle<JSFunction> function, |
Handle<Object> prototype); |
-Handle<Object> PreventExtensions(Handle<JSObject> object); |
// Does lazy compilation of the given function. Returns true on success and |
// false if the compilation resulted in a stack overflow. |