Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 7ce88ae82f22c56f5fd1dacbe1996a719667594e..3fb5f000959fdb3c0286285e895d6d91aaee7476 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -171,6 +171,8 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
attribute EventHandler oncopy; |
attribute EventHandler oncut; |
attribute EventHandler onpaste; |
+ attribute EventHandler onpointerlockchange; |
+ attribute EventHandler onpointerlockerror; |
attribute EventHandler onreadystatechange; |
attribute EventHandler onsearch; |
[RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute EventHandler onsecuritypolicyviolation; |