Title: [205894] trunk/Source/WebCore
Revision
205894
Author
[email protected]
Date
2016-09-13 19:22:35 -0700 (Tue, 13 Sep 2016)

Log Message

Remove a .rej file.

* animation/DocumentTimeline.h.rej: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205893 => 205894)


--- trunk/Source/WebCore/ChangeLog	2016-09-14 01:34:27 UTC (rev 205893)
+++ trunk/Source/WebCore/ChangeLog	2016-09-14 02:22:35 UTC (rev 205894)
@@ -1,3 +1,9 @@
+2016-09-13  Dean Jackson  <[email protected]>
+
+        Remove a .rej file.
+
+        * animation/DocumentTimeline.h.rej: Removed.
+
 2016-09-13  Alex Christensen  <[email protected]>
 
         Implement URLSearchParams

Deleted: trunk/Source/WebCore/animation/DocumentTimeline.h.rej (205893 => 205894)


--- trunk/Source/WebCore/animation/DocumentTimeline.h.rej	2016-09-14 01:34:27 UTC (rev 205893)
+++ trunk/Source/WebCore/animation/DocumentTimeline.h.rej	2016-09-14 02:22:35 UTC (rev 205894)
@@ -1,36 +0,0 @@
-diff a/Source/WebCore/animation/DocumentTimeline.h b/Source/WebCore/animation/DocumentTimeline.h	(rejected hunks)
-@@ -26,24 +26,30 @@
-  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
--#ifndef DocumentTimeline_h
--#define DocumentTimeline_h
-+#pragma once
- 
- #if ENABLE(WEB_ANIMATIONS)
- 
- #include "AnimationTimeline.h"
-+#include <wtf/WeakPtr.h>
- 
- namespace WebCore {
- 
-+class Document;
-+
- class DocumentTimeline final : public AnimationTimeline {
- public:
--    static Ref<DocumentTimeline> create(double);
-+    static Ref<DocumentTimeline> create(Document&, double);
-     ~DocumentTimeline();
- 
-+    void attach(WebAnimation&);
-+    void detach(WebAnimation&);
-+
- protected:
--    DocumentTimeline(double);
-+    DocumentTimeline(Document&, double);
-     
- private:
-+    WeakPtr<Document> m_document;
-     double m_originTime;
- };
- 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to