Title: [87108] trunk/Source/ThirdParty/ANGLE
Revision
87108
Author
[email protected]
Date
2011-05-23 16:53:05 -0700 (Mon, 23 May 2011)

Log Message

Part 1 of 2: <http://webkit.org/b/60805> Enable -Wnewline-eof on ANGLE

Merge ANGLE upstream commit r653 for Issue 154.

* src/compiler/PoolAlloc.h: Added newline to end of file.
* src/compiler/ShHandle.h: Ditto.
* src/libEGL/Display.cpp: Ditto.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (87107 => 87108)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2011-05-23 23:52:03 UTC (rev 87107)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2011-05-23 23:53:05 UTC (rev 87108)
@@ -1,3 +1,13 @@
+2011-05-23  David Kilzer  <[email protected]>
+
+        Part 1 of 2: <http://webkit.org/b/60805> Enable -Wnewline-eof on ANGLE
+
+        Merge ANGLE upstream commit r653 for Issue 154.
+
+        * src/compiler/PoolAlloc.h: Added newline to end of file.
+        * src/compiler/ShHandle.h: Ditto.
+        * src/libEGL/Display.cpp: Ditto.
+
 2011-05-16  David Kilzer  <[email protected]>
 
         <http://webkit.org/b/60913> C++ exceptions should not be enabled when building with llvm-gcc-4.2

Modified: trunk/Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.h (87107 => 87108)


--- trunk/Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.h	2011-05-23 23:52:03 UTC (rev 87107)
+++ trunk/Source/ThirdParty/ANGLE/src/compiler/PoolAlloc.h	2011-05-23 23:53:05 UTC (rev 87108)
@@ -297,4 +297,4 @@
     TPoolAllocator& allocator;
 };
 
-#endif // _POOLALLOC_INCLUDED_
\ No newline at end of file
+#endif // _POOLALLOC_INCLUDED_

Modified: trunk/Source/ThirdParty/ANGLE/src/compiler/ShHandle.h (87107 => 87108)


--- trunk/Source/ThirdParty/ANGLE/src/compiler/ShHandle.h	2011-05-23 23:52:03 UTC (rev 87107)
+++ trunk/Source/ThirdParty/ANGLE/src/compiler/ShHandle.h	2011-05-23 23:53:05 UTC (rev 87108)
@@ -101,4 +101,4 @@
 TCompiler* ConstructCompiler(ShShaderType type, ShShaderSpec spec);
 void DeleteCompiler(TCompiler*);
 
-#endif // _SHHANDLE_INCLUDED_
\ No newline at end of file
+#endif // _SHHANDLE_INCLUDED_

Modified: trunk/Source/ThirdParty/ANGLE/src/libEGL/Display.cpp (87107 => 87108)


--- trunk/Source/ThirdParty/ANGLE/src/libEGL/Display.cpp	2011-05-23 23:52:03 UTC (rev 87107)
+++ trunk/Source/ThirdParty/ANGLE/src/libEGL/Display.cpp	2011-05-23 23:53:05 UTC (rev 87108)
@@ -656,4 +656,4 @@
 
     return presentParameters;
 }
-}
\ 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