| Index: Source/core/inspector/InspectorInstrumentation.idl
 | 
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
 | 
| index b2bdb440422a447356ff9430777458b645b5ccdc..38011bfd763178cc4b66cf2ba0d04ffae5151d4b 100644
 | 
| --- a/Source/core/inspector/InspectorInstrumentation.idl
 | 
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
 | 
| @@ -305,10 +305,10 @@ interface InspectorInstrumentation {
 | 
|      [Page]
 | 
|      void frameAttachedToParent([Keep] LocalFrame*);
 | 
|  
 | 
| -    [Canvas, Page]
 | 
| +    [Page]
 | 
|      void frameDetachedFromParent([Keep] LocalFrame*);
 | 
|  
 | 
| -    [Resource, DOM, Canvas, Page]
 | 
| +    [Resource, DOM, Page]
 | 
|      void didCommitLoad([Keep] LocalFrame*, DocumentLoader*);
 | 
|  
 | 
|      [DOM, Inline=FastReturn]
 | 
| @@ -458,15 +458,3 @@ interface InspectorOverrides {
 | 
|      [Resource, Inline=FastReturn]
 | 
|      bool shouldForceCORSPreflight(Document*);
 | 
|  }
 | 
| -
 | 
| -
 | 
| -interface InspectorCanvasInstrumentation {
 | 
| -
 | 
| -#include "bindings/core/v8/ScriptValue.h"
 | 
| -
 | 
| -    [Canvas]
 | 
| -    ScriptValue wrapCanvas2DRenderingContextForInstrumentation(Document*, const ScriptValue&);
 | 
| -
 | 
| -    [Canvas]
 | 
| -    ScriptValue wrapWebGLRenderingContextForInstrumentation(Document*, const ScriptValue&);
 | 
| -}
 | 
| 
 |