Title: [121189] trunk/Source/WebCore
Revision
121189
Author
[email protected]
Date
2012-06-25 15:27:06 -0700 (Mon, 25 Jun 2012)

Log Message

Unreviewed, rolling out r121137.
http://trac.webkit.org/changeset/121137

Chromium build fix, (un)touch files to build on Chromium Win
Release

* css/CSSParserMode.h:
* css/CSSValue.h:
(WebCore):
* css/CSSVariableValue.h:
* page/Settings.h:
* rendering/style/RenderStyle.h:
* rendering/style/StyleRareInheritedData.h:
* rendering/style/StyleVariableData.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121188 => 121189)


--- trunk/Source/WebCore/ChangeLog	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/ChangeLog	2012-06-25 22:27:06 UTC (rev 121189)
@@ -1,5 +1,22 @@
 2012-06-25  Alpha Lam  <[email protected]>
 
+        Unreviewed, rolling out r121137.
+        http://trac.webkit.org/changeset/121137
+
+        Chromium build fix, (un)touch files to build on Chromium Win
+        Release
+
+        * css/CSSParserMode.h:
+        * css/CSSValue.h:
+        (WebCore):
+        * css/CSSVariableValue.h:
+        * page/Settings.h:
+        * rendering/style/RenderStyle.h:
+        * rendering/style/StyleRareInheritedData.h:
+        * rendering/style/StyleVariableData.h:
+
+2012-06-25  Alpha Lam  <[email protected]>
+
         Unreviewed, rolling out r121129.
         http://trac.webkit.org/changeset/121129
         https://bugs.webkit.org/show_bug.cgi?id=89542

Modified: trunk/Source/WebCore/css/CSSParserMode.h (121188 => 121189)


--- trunk/Source/WebCore/css/CSSParserMode.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/css/CSSParserMode.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -26,7 +26,6 @@
  * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
  */
 
 #ifndef CSSParserMode_h

Modified: trunk/Source/WebCore/css/CSSValue.h (121188 => 121189)


--- trunk/Source/WebCore/css/CSSValue.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/css/CSSValue.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -30,7 +30,7 @@
 namespace WebCore {
 
 class StyleSheetContents;
-
+    
 // FIXME: The current CSSValue and subclasses should be turned into internal types (StyleValue).
 // The few subtypes that are actually exposed in CSSOM can be seen in the cloneForCSSOM() function.
 // They should be handled by separate wrapper classes.

Modified: trunk/Source/WebCore/css/CSSVariableValue.h (121188 => 121189)


--- trunk/Source/WebCore/css/CSSVariableValue.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/css/CSSVariableValue.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -24,7 +24,6 @@
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- * 
  */
 
 #ifndef CSSVariableValue_h

Modified: trunk/Source/WebCore/page/Settings.h (121188 => 121189)


--- trunk/Source/WebCore/page/Settings.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/page/Settings.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -21,7 +21,7 @@
  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
 #ifndef Settings_h

Modified: trunk/Source/WebCore/rendering/style/RenderStyle.h (121188 => 121189)


--- trunk/Source/WebCore/rendering/style/RenderStyle.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -19,6 +19,7 @@
  * along with this library; see the file COPYING.LIB.  If not, write to
  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
+ *
  */
 
 #ifndef RenderStyle_h

Modified: trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h (121188 => 121189)


--- trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -19,6 +19,7 @@
  * along with this library; see the file COPYING.LIB.  If not, write to
  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
+ *
  */
 
 #ifndef StyleRareInheritedData_h

Modified: trunk/Source/WebCore/rendering/style/StyleVariableData.h (121188 => 121189)


--- trunk/Source/WebCore/rendering/style/StyleVariableData.h	2012-06-25 22:25:05 UTC (rev 121188)
+++ trunk/Source/WebCore/rendering/style/StyleVariableData.h	2012-06-25 22:27:06 UTC (rev 121189)
@@ -26,7 +26,6 @@
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
  */
 
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to