Title: [237500] trunk/Source/WebCore
Revision
237500
Author
[email protected]
Date
2018-10-28 00:54:29 -0700 (Sun, 28 Oct 2018)

Log Message

[Web Animations] Remove WebAnimation::description()
https://bugs.webkit.org/show_bug.cgi?id=190995

Reviewed by Dean Jackson.

This method is never used.

* animation/WebAnimation.cpp:
(WebCore::WebAnimation::description): Deleted.
* animation/WebAnimation.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (237499 => 237500)


--- trunk/Source/WebCore/ChangeLog	2018-10-28 07:53:07 UTC (rev 237499)
+++ trunk/Source/WebCore/ChangeLog	2018-10-28 07:54:29 UTC (rev 237500)
@@ -1,5 +1,18 @@
 2018-10-27  Antoine Quint  <[email protected]>
 
+        [Web Animations] Remove WebAnimation::description()
+        https://bugs.webkit.org/show_bug.cgi?id=190995
+
+        Reviewed by Dean Jackson.
+
+        This method is never used.
+
+        * animation/WebAnimation.cpp:
+        (WebCore::WebAnimation::description): Deleted.
+        * animation/WebAnimation.h:
+
+2018-10-27  Antoine Quint  <[email protected]>
+
         [Web Animations] Move the logic of Document::getAnimations() to DocumentTimeline
         https://bugs.webkit.org/show_bug.cgi?id=190994
 

Modified: trunk/Source/WebCore/animation/WebAnimation.cpp (237499 => 237500)


--- trunk/Source/WebCore/animation/WebAnimation.cpp	2018-10-28 07:53:07 UTC (rev 237499)
+++ trunk/Source/WebCore/animation/WebAnimation.cpp	2018-10-28 07:54:29 UTC (rev 237500)
@@ -1107,11 +1107,6 @@
     return *this;
 }
 
-String WebAnimation::description()
-{
-    return "Animation";
-}
-
 const char* WebAnimation::activeDOMObjectName() const
 {
     return "Animation";

Modified: trunk/Source/WebCore/animation/WebAnimation.h (237499 => 237500)


--- trunk/Source/WebCore/animation/WebAnimation.h	2018-10-28 07:53:07 UTC (rev 237499)
+++ trunk/Source/WebCore/animation/WebAnimation.h	2018-10-28 07:54:29 UTC (rev 237500)
@@ -122,8 +122,6 @@
     bool isSuspended() const { return m_isSuspended; }
     virtual void remove();
 
-    String description();
-
     using RefCounted::ref;
     using RefCounted::deref;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to