Index: ppapi/cpp/instance.h |
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h |
index 03c325900e6ead50d53c9d5de5fc8c1a1680d88f..a55660e15c8d44bff3b0f8ade8ab8a3cc4ec6f59 100644 |
--- a/ppapi/cpp/instance.h |
+++ b/ppapi/cpp/instance.h |
@@ -185,20 +185,6 @@ class Instance { |
/// @{ |
/// @name PPB_Instance methods for querying the browser: |
-#ifndef PPAPI_INSTANCE_REMOVE_SCRIPTING |
- /// See PPP_Instance.GetInstanceObject. |
- virtual Var GetInstanceObject(); |
- |
- /// See PPB_Instance.GetWindowObject. |
- Var GetWindowObject(); |
- |
- /// See PPB_Instance.GetOwnerElementObject. |
- Var GetOwnerElementObject(); |
- |
- /// See PPB_Instance.ExecuteScript. |
- Var ExecuteScript(const Var& script, Var* exception = NULL); |
-#endif |
- |
/// See PPB_Instance.BindGraphics. |
bool BindGraphics(const Graphics2D& graphics); |