Title: [239490] trunk/Source/WebCore
Revision
239490
Author
[email protected]
Date
2018-12-20 18:31:00 -0800 (Thu, 20 Dec 2018)

Log Message

Unreviewed, remove stray #pragma once added to .cpp file

* svg/properties/SVGAttributeOwnerProxy.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (239489 => 239490)


--- trunk/Source/WebCore/ChangeLog	2018-12-21 02:29:46 UTC (rev 239489)
+++ trunk/Source/WebCore/ChangeLog	2018-12-21 02:31:00 UTC (rev 239490)
@@ -1,3 +1,9 @@
+2018-12-20  Michael Catanzaro  <[email protected]>
+
+        Unreviewed, remove stray #pragma once added to .cpp file
+
+        * svg/properties/SVGAttributeOwnerProxy.cpp:
+
 2018-12-20  Justin Michaud  <[email protected]>
 
         Adding runtime-enabled attribute to Element prevents inlining property access

Modified: trunk/Source/WebCore/svg/properties/SVGAttributeOwnerProxy.cpp (239489 => 239490)


--- trunk/Source/WebCore/svg/properties/SVGAttributeOwnerProxy.cpp	2018-12-21 02:29:46 UTC (rev 239489)
+++ trunk/Source/WebCore/svg/properties/SVGAttributeOwnerProxy.cpp	2018-12-21 02:31:00 UTC (rev 239490)
@@ -23,8 +23,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#pragma once
-
 #include "config.h"
 #include "SVGAttributeOwnerProxy.h"
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to