Title: [210658] branches/safari-603-branch/Source/WebKit/mac
Revision
210658
Author
[email protected]
Date
2017-01-12 08:46:02 -0800 (Thu, 12 Jan 2017)

Log Message

Merge r210550. rdar://problem/29944874

Modified Paths

Diff

Modified: branches/safari-603-branch/Source/WebKit/mac/ChangeLog (210657 => 210658)


--- branches/safari-603-branch/Source/WebKit/mac/ChangeLog	2017-01-12 16:45:59 UTC (rev 210657)
+++ branches/safari-603-branch/Source/WebKit/mac/ChangeLog	2017-01-12 16:46:02 UTC (rev 210658)
@@ -1,3 +1,18 @@
+2017-01-12  Matthew Hanson  <[email protected]>
+
+        Merge r210550. rdar://problem/29944874
+
+    2017-01-10  Ryosuke Niwa  <[email protected]>
+
+            Remove pointerLockElement from DOMDocumentPrivate.h
+            https://bugs.webkit.org/show_bug.cgi?id=166882
+
+            Reviewed by Simon Fraser.
+
+            Removed pointerLockElement declaration that was supposed to be removed in r209637.
+
+            * DOM/DOMDocumentPrivate.h:
+
 2017-01-06  Matthew Hanson  <[email protected]>
 
         Merge r210221. rdar://problem/29449474

Modified: branches/safari-603-branch/Source/WebKit/mac/DOM/DOMDocumentPrivate.h (210657 => 210658)


--- branches/safari-603-branch/Source/WebKit/mac/DOM/DOMDocumentPrivate.h	2017-01-12 16:45:59 UTC (rev 210657)
+++ branches/safari-603-branch/Source/WebKit/mac/DOM/DOMDocumentPrivate.h	2017-01-12 16:46:02 UTC (rev 210658)
@@ -40,7 +40,6 @@
 @property (readonly) BOOL webkitFullscreenEnabled;
 @property (readonly, strong) DOMElement *webkitFullscreenElement;
 #endif
-@property (readonly, strong) DOMElement *pointerLockElement;
 @property (readonly, copy) NSString *visibilityState;
 @property (readonly) BOOL hidden;
 @property (readonly, strong) DOMHTMLScriptElement *currentScript;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to