Title: [118874] trunk/Source/WebCore
Revision
118874
Author
[email protected]
Date
2012-05-29 18:36:55 -0700 (Tue, 29 May 2012)

Log Message

Fix warning in preprocessing Source/WebCore/dom/DOMError.idl
https://bugs.webkit.org/show_bug.cgi?id=87763

Patch by Scott Graham <[email protected]> on 2012-05-29
Reviewed by Adam Barth.

Add newline at end of file to avoid warning:
../dom/DOMError.idl:35:2: warning: no newline at end of file

* dom/DOMError.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118873 => 118874)


--- trunk/Source/WebCore/ChangeLog	2012-05-30 01:33:50 UTC (rev 118873)
+++ trunk/Source/WebCore/ChangeLog	2012-05-30 01:36:55 UTC (rev 118874)
@@ -1,3 +1,15 @@
+2012-05-29  Scott Graham  <[email protected]>
+
+        Fix warning in preprocessing Source/WebCore/dom/DOMError.idl
+        https://bugs.webkit.org/show_bug.cgi?id=87763
+
+        Reviewed by Adam Barth.
+
+        Add newline at end of file to avoid warning:
+        ../dom/DOMError.idl:35:2: warning: no newline at end of file
+
+        * dom/DOMError.idl:
+
 2012-05-29  Mark Pilgrim  <[email protected]>
 
         [Chromium] Move fileExists to Platform.h

Modified: trunk/Source/WebCore/dom/DOMError.idl (118873 => 118874)


--- trunk/Source/WebCore/dom/DOMError.idl	2012-05-30 01:33:50 UTC (rev 118873)
+++ trunk/Source/WebCore/dom/DOMError.idl	2012-05-30 01:36:55 UTC (rev 118874)
@@ -32,4 +32,4 @@
         readonly attribute DOMString name;
   };
 
-}
\ No newline at end of file
+}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to