[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

krit at webkit.org krit at webkit.org
Fri Jan 21 15:11:21 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5fcb8983731256f5b895dd8f2ed52edb09a113fb
Author: krit at webkit.org <krit at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 8 20:54:58 2011 +0000

    2011-01-08  Dirk Schulze  <krit at webkit.org>
    
            Reviewed by Mihai Parparita.
    
            SVG rendering clean up according to the webkit style rules
            https://bugs.webkit.org/show_bug.cgi?id=52107
    
            Cleanup of the SVG rendering code according to the webbkit style rules.
            Changed style of licensing texts to match the style in WebCore/svg, no change
            of the licensing text itself.
    
            * rendering/RenderForeignObject.cpp:
            * rendering/RenderForeignObject.h:
            * rendering/RenderSVGBlock.cpp:
            * rendering/RenderSVGBlock.h:
            * rendering/RenderSVGContainer.cpp:
            * rendering/RenderSVGContainer.h:
            * rendering/RenderSVGGradientStop.cpp:
            * rendering/RenderSVGGradientStop.h:
            * rendering/RenderSVGHiddenContainer.cpp:
            * rendering/RenderSVGHiddenContainer.h:
            (WebCore::RenderSVGHiddenContainer::renderName):
            (WebCore::RenderSVGHiddenContainer::isSVGHiddenContainer):
            (WebCore::RenderSVGHiddenContainer::requiresLayer):
            (WebCore::RenderSVGHiddenContainer::clippedOverflowRectForRepaint):
            * rendering/RenderSVGImage.cpp:
            * rendering/RenderSVGImage.h:
            * rendering/RenderSVGModelObject.h:
            * rendering/RenderSVGResource.cpp:
            * rendering/RenderSVGResource.h:
            * rendering/RenderSVGResourceClipper.cpp:
            * rendering/RenderSVGResourceClipper.h:
            * rendering/RenderSVGResourceContainer.cpp:
            * rendering/RenderSVGResourceContainer.h:
            * rendering/RenderSVGResourceFilter.cpp:
            * rendering/RenderSVGResourceFilter.h:
            * rendering/RenderSVGResourceFilterPrimitive.cpp:
            * rendering/RenderSVGResourceFilterPrimitive.h:
            * rendering/RenderSVGResourceGradient.cpp:
            * rendering/RenderSVGResourceGradient.h:
            * rendering/RenderSVGResourceLinearGradient.cpp:
            * rendering/RenderSVGResourceLinearGradient.h:
            * rendering/RenderSVGResourceMarker.cpp:
            * rendering/RenderSVGResourceMarker.h:
            * rendering/RenderSVGResourceMasker.cpp:
            * rendering/RenderSVGResourceMasker.h:
            * rendering/RenderSVGResourcePattern.cpp:
            * rendering/RenderSVGResourcePattern.h:
            * rendering/RenderSVGResourceRadialGradient.cpp:
            * rendering/RenderSVGResourceRadialGradient.h:
            * rendering/RenderSVGResourceSolidColor.cpp:
            * rendering/RenderSVGResourceSolidColor.h:
            * rendering/RenderSVGRoot.cpp:
            (WebCore::RenderSVGRoot::nodeAtPoint):
            * rendering/RenderSVGRoot.h:
            * rendering/RenderSVGShadowTreeRootContainer.cpp:
            * rendering/RenderSVGShadowTreeRootContainer.h:
            * rendering/RenderSVGTransformableContainer.cpp:
            (WebCore::RenderSVGTransformableContainer::calculateLocalTransform):
            * rendering/RenderSVGTransformableContainer.h:
            (WebCore::RenderSVGTransformableContainer::localToParentTransform):
            (WebCore::RenderSVGTransformableContainer::setNeedsTransformUpdate):
            (WebCore::RenderSVGTransformableContainer::localTransform):
            * rendering/RenderSVGViewportContainer.cpp:
            * rendering/RenderSVGViewportContainer.h:
            * rendering/SVGImageBufferTools.cpp:
            * rendering/SVGImageBufferTools.h:
            * rendering/SVGMarkerData.h:
            * rendering/SVGMarkerLayoutInfo.cpp:
            * rendering/SVGMarkerLayoutInfo.h:
            * rendering/SVGRenderSupport.cpp:
            * rendering/SVGRenderSupport.h:
            * rendering/SVGRenderTreeAsText.cpp:
            (WebCore::operator<<):
            * rendering/SVGRenderTreeAsText.h:
            * rendering/SVGResources.cpp:
            * rendering/SVGResources.h:
            * rendering/SVGResourcesCache.cpp:
            * rendering/SVGResourcesCache.h:
            * rendering/SVGResourcesCycleSolver.cpp:
            * rendering/SVGResourcesCycleSolver.h:
            * rendering/SVGShadowTreeElements.cpp:
            * rendering/SVGShadowTreeElements.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75324 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 104e6de..885377b 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,87 @@
+2011-01-08  Dirk Schulze  <krit at webkit.org>
+
+        Reviewed by Mihai Parparita.
+
+        SVG rendering clean up according to the webkit style rules
+        https://bugs.webkit.org/show_bug.cgi?id=52107
+
+        Cleanup of the SVG rendering code according to the webbkit style rules.
+        Changed style of licensing texts to match the style in WebCore/svg, no change
+        of the licensing text itself.
+
+        * rendering/RenderForeignObject.cpp:
+        * rendering/RenderForeignObject.h:
+        * rendering/RenderSVGBlock.cpp:
+        * rendering/RenderSVGBlock.h:
+        * rendering/RenderSVGContainer.cpp:
+        * rendering/RenderSVGContainer.h:
+        * rendering/RenderSVGGradientStop.cpp:
+        * rendering/RenderSVGGradientStop.h:
+        * rendering/RenderSVGHiddenContainer.cpp:
+        * rendering/RenderSVGHiddenContainer.h:
+        (WebCore::RenderSVGHiddenContainer::renderName):
+        (WebCore::RenderSVGHiddenContainer::isSVGHiddenContainer):
+        (WebCore::RenderSVGHiddenContainer::requiresLayer):
+        (WebCore::RenderSVGHiddenContainer::clippedOverflowRectForRepaint):
+        * rendering/RenderSVGImage.cpp:
+        * rendering/RenderSVGImage.h:
+        * rendering/RenderSVGModelObject.h:
+        * rendering/RenderSVGResource.cpp:
+        * rendering/RenderSVGResource.h:
+        * rendering/RenderSVGResourceClipper.cpp:
+        * rendering/RenderSVGResourceClipper.h:
+        * rendering/RenderSVGResourceContainer.cpp:
+        * rendering/RenderSVGResourceContainer.h:
+        * rendering/RenderSVGResourceFilter.cpp:
+        * rendering/RenderSVGResourceFilter.h:
+        * rendering/RenderSVGResourceFilterPrimitive.cpp:
+        * rendering/RenderSVGResourceFilterPrimitive.h:
+        * rendering/RenderSVGResourceGradient.cpp:
+        * rendering/RenderSVGResourceGradient.h:
+        * rendering/RenderSVGResourceLinearGradient.cpp:
+        * rendering/RenderSVGResourceLinearGradient.h:
+        * rendering/RenderSVGResourceMarker.cpp:
+        * rendering/RenderSVGResourceMarker.h:
+        * rendering/RenderSVGResourceMasker.cpp:
+        * rendering/RenderSVGResourceMasker.h:
+        * rendering/RenderSVGResourcePattern.cpp:
+        * rendering/RenderSVGResourcePattern.h:
+        * rendering/RenderSVGResourceRadialGradient.cpp:
+        * rendering/RenderSVGResourceRadialGradient.h:
+        * rendering/RenderSVGResourceSolidColor.cpp:
+        * rendering/RenderSVGResourceSolidColor.h:
+        * rendering/RenderSVGRoot.cpp:
+        (WebCore::RenderSVGRoot::nodeAtPoint):
+        * rendering/RenderSVGRoot.h:
+        * rendering/RenderSVGShadowTreeRootContainer.cpp:
+        * rendering/RenderSVGShadowTreeRootContainer.h:
+        * rendering/RenderSVGTransformableContainer.cpp:
+        (WebCore::RenderSVGTransformableContainer::calculateLocalTransform):
+        * rendering/RenderSVGTransformableContainer.h:
+        (WebCore::RenderSVGTransformableContainer::localToParentTransform):
+        (WebCore::RenderSVGTransformableContainer::setNeedsTransformUpdate):
+        (WebCore::RenderSVGTransformableContainer::localTransform):
+        * rendering/RenderSVGViewportContainer.cpp:
+        * rendering/RenderSVGViewportContainer.h:
+        * rendering/SVGImageBufferTools.cpp:
+        * rendering/SVGImageBufferTools.h:
+        * rendering/SVGMarkerData.h:
+        * rendering/SVGMarkerLayoutInfo.cpp:
+        * rendering/SVGMarkerLayoutInfo.h:
+        * rendering/SVGRenderSupport.cpp:
+        * rendering/SVGRenderSupport.h:
+        * rendering/SVGRenderTreeAsText.cpp:
+        (WebCore::operator<<):
+        * rendering/SVGRenderTreeAsText.h:
+        * rendering/SVGResources.cpp:
+        * rendering/SVGResources.h:
+        * rendering/SVGResourcesCache.cpp:
+        * rendering/SVGResourcesCache.h:
+        * rendering/SVGResourcesCycleSolver.cpp:
+        * rendering/SVGResourcesCycleSolver.h:
+        * rendering/SVGShadowTreeElements.cpp:
+        * rendering/SVGShadowTreeElements.h:
+
 2011-01-07  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/Source/WebCore/rendering/RenderForeignObject.cpp b/Source/WebCore/rendering/RenderForeignObject.cpp
index f9f6988..2331f55 100644
--- a/Source/WebCore/rendering/RenderForeignObject.cpp
+++ b/Source/WebCore/rendering/RenderForeignObject.cpp
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderForeignObject.h b/Source/WebCore/rendering/RenderForeignObject.h
index bdf96ce..787c57e 100644
--- a/Source/WebCore/rendering/RenderForeignObject.h
+++ b/Source/WebCore/rendering/RenderForeignObject.h
@@ -16,7 +16,6 @@
  * 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 RenderForeignObject_h
diff --git a/Source/WebCore/rendering/RenderSVGBlock.cpp b/Source/WebCore/rendering/RenderSVGBlock.cpp
index b2d727a..80cfee0 100644
--- a/Source/WebCore/rendering/RenderSVGBlock.cpp
+++ b/Source/WebCore/rendering/RenderSVGBlock.cpp
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGBlock.h b/Source/WebCore/rendering/RenderSVGBlock.h
index a9dd5db..350fdde 100644
--- a/Source/WebCore/rendering/RenderSVGBlock.h
+++ b/Source/WebCore/rendering/RenderSVGBlock.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGBlock_h
diff --git a/Source/WebCore/rendering/RenderSVGContainer.cpp b/Source/WebCore/rendering/RenderSVGContainer.cpp
index 32e0598..1897f53 100644
--- a/Source/WebCore/rendering/RenderSVGContainer.cpp
+++ b/Source/WebCore/rendering/RenderSVGContainer.cpp
@@ -1,25 +1,25 @@
 /*
-    Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2007, 2008 Rob Buis <buis at kde.org>
-                  2007 Eric Seidel <eric at webkit.org>
-    Copyright (C) 2009 Google, Inc.  All rights reserved.
-                  2009 Dirk Schulze <krit at webkit.org>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2007, 2008 Rob Buis <buis at kde.org>
+ * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Google, Inc.  All rights reserved.
+ * Copyright (C) 2009 Dirk Schulze <krit at webkit.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/RenderSVGContainer.h b/Source/WebCore/rendering/RenderSVGContainer.h
index 3bd5346..d478c49 100644
--- a/Source/WebCore/rendering/RenderSVGContainer.h
+++ b/Source/WebCore/rendering/RenderSVGContainer.h
@@ -1,24 +1,24 @@
 /*
-    Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2007 Rob Buis <buis at kde.org>
-    Copyright (C) 2009 Google, Inc.  All rights reserved.
-    Copyright (C) 2009 Apple Inc. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2007 Rob Buis <buis at kde.org>
+ * Copyright (C) 2009 Google, Inc.  All rights reserved.
+ * Copyright (C) 2009 Apple Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 RenderSVGContainer_h
 #define RenderSVGContainer_h
diff --git a/Source/WebCore/rendering/RenderSVGGradientStop.cpp b/Source/WebCore/rendering/RenderSVGGradientStop.cpp
index 094fc7f..46c3e2b 100644
--- a/Source/WebCore/rendering/RenderSVGGradientStop.cpp
+++ b/Source/WebCore/rendering/RenderSVGGradientStop.cpp
@@ -1,6 +1,4 @@
 /*
- * This file is part of the WebKit project.
- *
  * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
  *
  * This library is free software; you can redistribute it and/or
@@ -17,7 +15,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGGradientStop.h b/Source/WebCore/rendering/RenderSVGGradientStop.h
index f06a9a5..ae90f37 100644
--- a/Source/WebCore/rendering/RenderSVGGradientStop.h
+++ b/Source/WebCore/rendering/RenderSVGGradientStop.h
@@ -16,7 +16,6 @@
  * 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 RenderSVGGradientStop_h
diff --git a/Source/WebCore/rendering/RenderSVGHiddenContainer.cpp b/Source/WebCore/rendering/RenderSVGHiddenContainer.cpp
index fb14ffe..9ddabef 100644
--- a/Source/WebCore/rendering/RenderSVGHiddenContainer.cpp
+++ b/Source/WebCore/rendering/RenderSVGHiddenContainer.cpp
@@ -1,6 +1,4 @@
 /*
- * This file is part of the WebKit project.
- *
  * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
  *
  * This library is free software; you can redistribute it and/or
@@ -17,7 +15,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGHiddenContainer.h b/Source/WebCore/rendering/RenderSVGHiddenContainer.h
index c591a88..d35de2d 100644
--- a/Source/WebCore/rendering/RenderSVGHiddenContainer.h
+++ b/Source/WebCore/rendering/RenderSVGHiddenContainer.h
@@ -1,6 +1,4 @@
 /*
- * This file is part of the WebKit project.
- *
  * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
  *
  * This library is free software; you can redistribute it and/or
@@ -17,7 +15,6 @@
  * 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 RenderSVGHiddenContainer_h
@@ -28,30 +25,30 @@
 
 namespace WebCore {
     
-    class SVGStyledElement;
-    
-    // This class is for containers which are never drawn, but do need to support style
-    // <defs>, <linearGradient>, <radialGradient> are all good examples
-    class RenderSVGHiddenContainer : public RenderSVGContainer {
-    public:
-        explicit RenderSVGHiddenContainer(SVGStyledElement*);
+class SVGStyledElement;
 
-        virtual const char* renderName() const { return "RenderSVGHiddenContainer"; }
+// This class is for containers which are never drawn, but do need to support style
+// <defs>, <linearGradient>, <radialGradient> are all good examples
+class RenderSVGHiddenContainer : public RenderSVGContainer {
+public:
+    explicit RenderSVGHiddenContainer(SVGStyledElement*);
 
-    protected:
-        virtual void layout();
+    virtual const char* renderName() const { return "RenderSVGHiddenContainer"; }
 
-    private:
-        virtual bool isSVGHiddenContainer() const { return true; }
-        virtual bool requiresLayer() const { return false; }
+protected:
+    virtual void layout();
 
-        virtual void paint(PaintInfo&, int parentX, int parentY);
-        
-        virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject*) { return IntRect(); }
-        virtual void absoluteQuads(Vector<FloatQuad>&);
+private:
+    virtual bool isSVGHiddenContainer() const { return true; }
+    virtual bool requiresLayer() const { return false; }
+
+    virtual void paint(PaintInfo&, int parentX, int parentY);
+    
+    virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject*) { return IntRect(); }
+    virtual void absoluteQuads(Vector<FloatQuad>&);
 
-        virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction);
-    };
+    virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction);
+};
 }
 
 #endif // ENABLE(SVG)
diff --git a/Source/WebCore/rendering/RenderSVGImage.cpp b/Source/WebCore/rendering/RenderSVGImage.cpp
index 237dbaa..0f5a55e 100644
--- a/Source/WebCore/rendering/RenderSVGImage.cpp
+++ b/Source/WebCore/rendering/RenderSVGImage.cpp
@@ -1,27 +1,27 @@
 /*
-    Copyright (C) 2006 Alexander Kellett <lypanov at kde.org>
-    Copyright (C) 2006 Apple Computer, Inc.
-    Copyright (C) 2007 Nikolas Zimmermann <zimmermann at kde.org>
-    Copyright (C) 2007, 2008, 2009 Rob Buis <buis at kde.org>
-    Copyright (C) 2009, Google, Inc.
-    Copyright (C) 2009 Dirk Schulze <krit at webkit.org>
-    Copyright (C) 2010 Patrick Gansterer <paroga at paroga.com>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    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.
-*/
+ * Copyright (C) 2006 Alexander Kellett <lypanov at kde.org>
+ * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2007, 2008, 2009 Rob Buis <buis at kde.org>
+ * Copyright (C) 2009 Google, Inc.
+ * Copyright (C) 2009 Dirk Schulze <krit at webkit.org>
+ * Copyright (C) 2010 Patrick Gansterer <paroga at paroga.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/RenderSVGImage.h b/Source/WebCore/rendering/RenderSVGImage.h
index 485d6ab..2c91b52 100644
--- a/Source/WebCore/rendering/RenderSVGImage.h
+++ b/Source/WebCore/rendering/RenderSVGImage.h
@@ -1,25 +1,25 @@
 /*
-    Copyright (C) 2006 Alexander Kellett <lypanov at kde.org>
-    Copyright (C) 2006, 2009 Apple Inc. All rights reserved.
-    Copyright (C) 2007 Rob Buis <buis at kde.org>
-    Copyright (C) 2009 Google, Inc.
-    Copyright (C) 2010 Patrick Gansterer <paroga at paroga.com>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    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.
-*/
+ * Copyright (C) 2006 Alexander Kellett <lypanov at kde.org>
+ * Copyright (C) 2006, 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2007 Rob Buis <buis at kde.org>
+ * Copyright (C) 2009 Google, Inc.
+ * Copyright (C) 2010 Patrick Gansterer <paroga at paroga.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 RenderSVGImage_h
 #define RenderSVGImage_h
diff --git a/Source/WebCore/rendering/RenderSVGModelObject.h b/Source/WebCore/rendering/RenderSVGModelObject.h
index fb8f89f..a04db96 100644
--- a/Source/WebCore/rendering/RenderSVGModelObject.h
+++ b/Source/WebCore/rendering/RenderSVGModelObject.h
@@ -67,7 +67,7 @@ public:
 
 private:
     // This method should never be called, SVG uses a different nodeAtPoint method
-    bool nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xInContainer, int yInContainer, int dxParentToContainer, int dyParentToContainer, HitTestAction hitTestAction);
+    bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int xInContainer, int yInContainer, int dxParentToContainer, int dyParentToContainer, HitTestAction);
 };
 
 }
diff --git a/Source/WebCore/rendering/RenderSVGResource.cpp b/Source/WebCore/rendering/RenderSVGResource.cpp
index f4c65d5..c0b16c5 100644
--- a/Source/WebCore/rendering/RenderSVGResource.cpp
+++ b/Source/WebCore/rendering/RenderSVGResource.cpp
@@ -18,7 +18,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResource.h b/Source/WebCore/rendering/RenderSVGResource.h
index 6fc2dae..a67ba73 100644
--- a/Source/WebCore/rendering/RenderSVGResource.h
+++ b/Source/WebCore/rendering/RenderSVGResource.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGResource_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceClipper.cpp b/Source/WebCore/rendering/RenderSVGResourceClipper.cpp
index 190c1a4..c57f8b0 100644
--- a/Source/WebCore/rendering/RenderSVGResourceClipper.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceClipper.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004, 2005, 2007, 2008 Nikolas Zimmermann <zimmermann at kde.org>
- *               2004, 2005, 2006, 2007, 2008 Rob Buis <buis at kde.org>
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008 Rob Buis <buis at kde.org>
  * Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceClipper.h b/Source/WebCore/rendering/RenderSVGResourceClipper.h
index 20153e9..7f862a7 100644
--- a/Source/WebCore/rendering/RenderSVGResourceClipper.h
+++ b/Source/WebCore/rendering/RenderSVGResourceClipper.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGResourceClipper_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceContainer.cpp b/Source/WebCore/rendering/RenderSVGResourceContainer.cpp
index fb30efd..2a8a47f 100644
--- a/Source/WebCore/rendering/RenderSVGResourceContainer.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceContainer.cpp
@@ -15,7 +15,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceContainer.h b/Source/WebCore/rendering/RenderSVGResourceContainer.h
index 4e5e475..d98a83a 100644
--- a/Source/WebCore/rendering/RenderSVGResourceContainer.h
+++ b/Source/WebCore/rendering/RenderSVGResourceContainer.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGResourceContainer_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceFilter.cpp b/Source/WebCore/rendering/RenderSVGResourceFilter.cpp
index 8aa9370..4ba4e0a 100644
--- a/Source/WebCore/rendering/RenderSVGResourceFilter.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceFilter.cpp
@@ -44,8 +44,9 @@
 #include "SVGNames.h"
 #include "SVGStyledElement.h"
 #include "SVGUnitTypes.h"
-#include <wtf/Vector.h>
+
 #include <wtf/UnusedParam.h>
+#include <wtf/Vector.h>
 
 static const float kMaxFilterSize = 5000.0f;
 
diff --git a/Source/WebCore/rendering/RenderSVGResourceFilter.h b/Source/WebCore/rendering/RenderSVGResourceFilter.h
index 5950c44..f9a15ce 100644
--- a/Source/WebCore/rendering/RenderSVGResourceFilter.h
+++ b/Source/WebCore/rendering/RenderSVGResourceFilter.h
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann at kde.org>
- *               2004, 2005 Rob Buis <buis at kde.org>
- *               2005 Eric Seidel <eric at webkit.org>
- *               2009 Dirk Schulze <krit at webkit.org>
+ * Copyright (C) 2004, 2005 Rob Buis <buis at kde.org>
+ * Copyright (C) 2005 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Dirk Schulze <krit at webkit.org>
  * Copyright (C) Research In Motion Limited 2010. All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -19,7 +19,6 @@
  * 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 RenderSVGResourceFilter_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.cpp b/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.cpp
index bf2ef6e..fc7362e 100644
--- a/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.cpp
@@ -28,6 +28,7 @@
 
 #if ENABLE(SVG) && ENABLE(FILTERS)
 #include "RenderSVGResourceFilterPrimitive.h"
+
 #include "SVGFEImage.h"
 
 namespace WebCore {
diff --git a/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.h b/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.h
index c890ffe..f25f62e 100644
--- a/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.h
+++ b/Source/WebCore/rendering/RenderSVGResourceFilterPrimitive.h
@@ -30,8 +30,8 @@
 #if ENABLE(SVG) && ENABLE(FILTERS)
 
 #include "RenderSVGHiddenContainer.h"
-#include "SVGFilterPrimitiveStandardAttributes.h"
 #include "SVGFilter.h"
+#include "SVGFilterPrimitiveStandardAttributes.h"
 
 namespace WebCore {
 
@@ -44,7 +44,7 @@ public:
     }
 
     // They depend on the RenderObject argument of RenderSVGResourceFilter::applyResource.
-    static FloatRect determineFilterPrimitiveSubregion(FilterEffect* effect, SVGFilter* filter);
+    static FloatRect determineFilterPrimitiveSubregion(FilterEffect*, SVGFilter*);
 
 private:
     virtual const char* renderName() const { return "RenderSVGResourceFilterPrimitive"; }
diff --git a/Source/WebCore/rendering/RenderSVGResourceGradient.cpp b/Source/WebCore/rendering/RenderSVGResourceGradient.cpp
index 7c383d0..5ad5d84 100644
--- a/Source/WebCore/rendering/RenderSVGResourceGradient.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceGradient.cpp
@@ -18,7 +18,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceGradient.h b/Source/WebCore/rendering/RenderSVGResourceGradient.h
index 1c7f52d..ad40b53 100644
--- a/Source/WebCore/rendering/RenderSVGResourceGradient.h
+++ b/Source/WebCore/rendering/RenderSVGResourceGradient.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006 Nikolas Zimmermann <zimmermann at kde.org>
- *               2008 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2008 Eric Seidel <eric at webkit.org>
  * Copyright (C) Research In Motion Limited 2010. All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
  * 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 RenderSVGResourceGradient_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceLinearGradient.cpp b/Source/WebCore/rendering/RenderSVGResourceLinearGradient.cpp
index ce8d69e..14dbd8c 100644
--- a/Source/WebCore/rendering/RenderSVGResourceLinearGradient.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceLinearGradient.cpp
@@ -16,7 +16,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceLinearGradient.h b/Source/WebCore/rendering/RenderSVGResourceLinearGradient.h
index 9e4530d..2d35418 100644
--- a/Source/WebCore/rendering/RenderSVGResourceLinearGradient.h
+++ b/Source/WebCore/rendering/RenderSVGResourceLinearGradient.h
@@ -16,7 +16,6 @@
  * 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 RenderSVGResourceLinearGradient_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceMarker.cpp b/Source/WebCore/rendering/RenderSVGResourceMarker.cpp
index 1d5663b..2a68d92 100644
--- a/Source/WebCore/rendering/RenderSVGResourceMarker.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceMarker.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004, 2005, 2007, 2008 Nikolas Zimmermann <zimmermann at kde.org>
- *               2004, 2005, 2006, 2007, 2008 Rob Buis <buis at kde.org>
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008 Rob Buis <buis at kde.org>
  * Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceMarker.h b/Source/WebCore/rendering/RenderSVGResourceMarker.h
index e41096e..fd3b5e3 100644
--- a/Source/WebCore/rendering/RenderSVGResourceMarker.h
+++ b/Source/WebCore/rendering/RenderSVGResourceMarker.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGResourceMarker_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceMasker.cpp b/Source/WebCore/rendering/RenderSVGResourceMasker.cpp
index ebbbe93..7b24248 100644
--- a/Source/WebCore/rendering/RenderSVGResourceMasker.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceMasker.cpp
@@ -15,7 +15,6 @@
  * 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.
- *
  */
 
 #include "config.h"
@@ -39,8 +38,8 @@
 #include "SVGUnitTypes.h"
 
 #include <wtf/ByteArray.h>
-#include <wtf/Vector.h>
 #include <wtf/UnusedParam.h>
+#include <wtf/Vector.h>
 
 namespace WebCore {
 
diff --git a/Source/WebCore/rendering/RenderSVGResourceMasker.h b/Source/WebCore/rendering/RenderSVGResourceMasker.h
index fddecd0..0a7deb1 100644
--- a/Source/WebCore/rendering/RenderSVGResourceMasker.h
+++ b/Source/WebCore/rendering/RenderSVGResourceMasker.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGResourceMasker_h
diff --git a/Source/WebCore/rendering/RenderSVGResourcePattern.cpp b/Source/WebCore/rendering/RenderSVGResourcePattern.cpp
index cd64183..330a21a 100644
--- a/Source/WebCore/rendering/RenderSVGResourcePattern.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourcePattern.cpp
@@ -16,7 +16,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourcePattern.h b/Source/WebCore/rendering/RenderSVGResourcePattern.h
index ee3fb23..a697c71 100644
--- a/Source/WebCore/rendering/RenderSVGResourcePattern.h
+++ b/Source/WebCore/rendering/RenderSVGResourcePattern.h
@@ -16,7 +16,6 @@
  * 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 RenderSVGResourcePattern_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceRadialGradient.cpp b/Source/WebCore/rendering/RenderSVGResourceRadialGradient.cpp
index 300afcb..a8830fc 100644
--- a/Source/WebCore/rendering/RenderSVGResourceRadialGradient.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceRadialGradient.cpp
@@ -16,7 +16,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceRadialGradient.h b/Source/WebCore/rendering/RenderSVGResourceRadialGradient.h
index 6492ee3..9d37d11 100644
--- a/Source/WebCore/rendering/RenderSVGResourceRadialGradient.h
+++ b/Source/WebCore/rendering/RenderSVGResourceRadialGradient.h
@@ -16,7 +16,6 @@
  * 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 RenderSVGResourceRadialGradient_h
diff --git a/Source/WebCore/rendering/RenderSVGResourceSolidColor.cpp b/Source/WebCore/rendering/RenderSVGResourceSolidColor.cpp
index c2c7297..9f6c063 100644
--- a/Source/WebCore/rendering/RenderSVGResourceSolidColor.cpp
+++ b/Source/WebCore/rendering/RenderSVGResourceSolidColor.cpp
@@ -15,7 +15,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/RenderSVGResourceSolidColor.h b/Source/WebCore/rendering/RenderSVGResourceSolidColor.h
index 72de3b2..02ceb31 100644
--- a/Source/WebCore/rendering/RenderSVGResourceSolidColor.h
+++ b/Source/WebCore/rendering/RenderSVGResourceSolidColor.h
@@ -15,7 +15,6 @@
  * 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 RenderSVGResourceSolidColor_h
diff --git a/Source/WebCore/rendering/RenderSVGRoot.cpp b/Source/WebCore/rendering/RenderSVGRoot.cpp
index 215aac7..aa87b09 100644
--- a/Source/WebCore/rendering/RenderSVGRoot.cpp
+++ b/Source/WebCore/rendering/RenderSVGRoot.cpp
@@ -1,24 +1,24 @@
 /*
-    Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2007, 2008, 2009 Rob Buis <buis at kde.org>
-                  2007 Eric Seidel <eric at webkit.org>
-                  2009 Google, Inc.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2007, 2008, 2009 Rob Buis <buis at kde.org>
+ * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Google, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
@@ -318,10 +318,10 @@ void RenderSVGRoot::updateCachedBoundaries()
     m_repaintBoundingBox.inflate(borderAndPaddingWidth());
 }
 
-bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction)
+bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction)
 {
-    IntPoint pointInContainer(_x, _y);
-    IntSize containerToParentOffset(_tx, _ty);
+    IntPoint pointInContainer(x, y);
+    IntSize containerToParentOffset(tx, ty);
 
     IntPoint pointInParent = pointInContainer - containerToParentOffset;
     IntPoint pointInBorderBox = pointInParent - parentOriginToBorderBox();
@@ -338,7 +338,7 @@ bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& re
             // FIXME: CSS/HTML assumes the local point is relative to the border box, right?
             updateHitTestResult(result, pointInBorderBox);
             // FIXME: nodeAtFloatPoint() doesn't handle rect-based hit tests yet.
-            result.addNodeToRectBasedTestResult(child->node(), _x, _y);
+            result.addNodeToRectBasedTestResult(child->node(), x, y);
             return true;
         }
     }
diff --git a/Source/WebCore/rendering/RenderSVGRoot.h b/Source/WebCore/rendering/RenderSVGRoot.h
index 1b6aa22..7aec3f8 100644
--- a/Source/WebCore/rendering/RenderSVGRoot.h
+++ b/Source/WebCore/rendering/RenderSVGRoot.h
@@ -1,31 +1,32 @@
 /*
-    Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2007 Rob Buis <buis at kde.org>
-    Copyright (C) 2009 Google, Inc.  All rights reserved.
-    Copyright (C) 2009 Apple Inc. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2007 Rob Buis <buis at kde.org>
+ * Copyright (C) 2009 Google, Inc.  All rights reserved.
+ * Copyright (C) 2009 Apple Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 RenderSVGRoot_h
 #define RenderSVGRoot_h
 
 #if ENABLE(SVG)
-#include "RenderBox.h"
 #include "FloatRect.h"
+#include "RenderBox.h"
+
 #include "SVGRenderSupport.h"
 
 namespace WebCore {
diff --git a/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp b/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
index 11b398a..5736333 100644
--- a/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
+++ b/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.h b/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.h
index bff2a87..cee8409 100644
--- a/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.h
+++ b/Source/WebCore/rendering/RenderSVGShadowTreeRootContainer.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 RenderSVGShadowTreeRootContainer_h
 #define RenderSVGShadowTreeRootContainer_h
diff --git a/Source/WebCore/rendering/RenderSVGTransformableContainer.cpp b/Source/WebCore/rendering/RenderSVGTransformableContainer.cpp
index 3c91170..23aaa89 100644
--- a/Source/WebCore/rendering/RenderSVGTransformableContainer.cpp
+++ b/Source/WebCore/rendering/RenderSVGTransformableContainer.cpp
@@ -1,22 +1,22 @@
 /*
-    Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2006 Rob Buis <buis at kde.org>
-                  2009 Google, Inc.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    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.
+ * Copyright (C) 2004, 2005 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2006 Rob Buis <buis at kde.org>
+ * Copyright (C) 2009 Google, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
  */
 
 #include "config.h"
@@ -50,7 +50,7 @@ bool RenderSVGTransformableContainer::calculateLocalTransform()
         return needsUpdate;
 
     FloatSize translation = static_cast<SVGShadowTreeContainerElement*>(element)->containerTranslation();
-    if (translation.width() == 0 && translation.height() == 0)
+    if (!translation.width() && !translation.height())
         return needsUpdate;
 
     // FIXME: Could optimize this case for use to avoid refetching the animatedLocalTransform() here, if only the containerTranslation() changed.
diff --git a/Source/WebCore/rendering/RenderSVGTransformableContainer.h b/Source/WebCore/rendering/RenderSVGTransformableContainer.h
index b49a403..401bfa8 100644
--- a/Source/WebCore/rendering/RenderSVGTransformableContainer.h
+++ b/Source/WebCore/rendering/RenderSVGTransformableContainer.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) 2007 Eric Seidel <eric at webkit.org>
-                  2009 Google, Inc.
-      
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
+ * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Google, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 RenderSVGTransformableContainer_h
@@ -26,21 +26,21 @@
 
 namespace WebCore {
     
-    class SVGStyledTransformableElement;
-    class RenderSVGTransformableContainer : public RenderSVGContainer {
-    public:
-        explicit RenderSVGTransformableContainer(SVGStyledTransformableElement*);
+class SVGStyledTransformableElement;
+class RenderSVGTransformableContainer : public RenderSVGContainer {
+public:
+    explicit RenderSVGTransformableContainer(SVGStyledTransformableElement*);
 
-        virtual const AffineTransform& localToParentTransform() const { return m_localTransform; }
-        virtual void setNeedsTransformUpdate() { m_needsTransformUpdate = true; }
+    virtual const AffineTransform& localToParentTransform() const { return m_localTransform; }
+    virtual void setNeedsTransformUpdate() { m_needsTransformUpdate = true; }
 
-    private:
-        virtual bool calculateLocalTransform();
-        virtual AffineTransform localTransform() const { return m_localTransform; }
+private:
+    virtual bool calculateLocalTransform();
+    virtual AffineTransform localTransform() const { return m_localTransform; }
 
-        bool m_needsTransformUpdate : 1;
-        AffineTransform m_localTransform;
-    };
+    bool m_needsTransformUpdate : 1;
+    AffineTransform m_localTransform;
+};
 }
 
 #endif // ENABLE(SVG)
diff --git a/Source/WebCore/rendering/RenderSVGViewportContainer.cpp b/Source/WebCore/rendering/RenderSVGViewportContainer.cpp
index 8031328..7f4b6f7 100644
--- a/Source/WebCore/rendering/RenderSVGViewportContainer.cpp
+++ b/Source/WebCore/rendering/RenderSVGViewportContainer.cpp
@@ -1,25 +1,24 @@
 /*
-    Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2007 Rob Buis <buis at kde.org>
-                  2007 Eric Seidel <eric at webkit.org>
-                  2009 Google, Inc.
-    Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2007 Rob Buis <buis at kde.org>
+ * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Google, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/RenderSVGViewportContainer.h b/Source/WebCore/rendering/RenderSVGViewportContainer.h
index 5373ca8..66037e6 100644
--- a/Source/WebCore/rendering/RenderSVGViewportContainer.h
+++ b/Source/WebCore/rendering/RenderSVGViewportContainer.h
@@ -1,24 +1,24 @@
 /*
-    Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2007 Rob Buis <buis at kde.org>
-                  2009 Google, Inc.
-    Copyright (C) 2009 Apple Inc. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2007 Rob Buis <buis at kde.org>
+ * Copyright (C) 2009 Google, Inc.
+ * Copyright (C) 2009 Apple Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 RenderSVGViewportContainer_h
 #define RenderSVGViewportContainer_h
diff --git a/Source/WebCore/rendering/SVGImageBufferTools.cpp b/Source/WebCore/rendering/SVGImageBufferTools.cpp
index 2dc0a6f..f0657af 100644
--- a/Source/WebCore/rendering/SVGImageBufferTools.cpp
+++ b/Source/WebCore/rendering/SVGImageBufferTools.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/SVGImageBufferTools.h b/Source/WebCore/rendering/SVGImageBufferTools.h
index 9bcc7a4..cfb15b2 100644
--- a/Source/WebCore/rendering/SVGImageBufferTools.h
+++ b/Source/WebCore/rendering/SVGImageBufferTools.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGImageBufferTools_h
 #define SVGImageBufferTools_h
diff --git a/Source/WebCore/rendering/SVGMarkerData.h b/Source/WebCore/rendering/SVGMarkerData.h
index ba11e7e..57c35cd 100644
--- a/Source/WebCore/rendering/SVGMarkerData.h
+++ b/Source/WebCore/rendering/SVGMarkerData.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGMarkerData_h
 #define SVGMarkerData_h
diff --git a/Source/WebCore/rendering/SVGMarkerLayoutInfo.cpp b/Source/WebCore/rendering/SVGMarkerLayoutInfo.cpp
index aed756a..dea5a0c 100644
--- a/Source/WebCore/rendering/SVGMarkerLayoutInfo.cpp
+++ b/Source/WebCore/rendering/SVGMarkerLayoutInfo.cpp
@@ -1,25 +1,25 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-                  2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-                  2004, 2005, 2008 Rob Buis <buis at kde.org>
-                  2005, 2007 Eric Seidel <eric at webkit.org>
-                  2009 Google, Inc.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ * Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2004, 2005, 2008 Rob Buis <buis at kde.org>
+ * Copyright (C) 2005, 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Google, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/SVGMarkerLayoutInfo.h b/Source/WebCore/rendering/SVGMarkerLayoutInfo.h
index 8f59703..0eb3689 100644
--- a/Source/WebCore/rendering/SVGMarkerLayoutInfo.h
+++ b/Source/WebCore/rendering/SVGMarkerLayoutInfo.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGMarkerLayoutInfo_h
 #define SVGMarkerLayoutInfo_h
diff --git a/Source/WebCore/rendering/SVGRenderSupport.cpp b/Source/WebCore/rendering/SVGRenderSupport.cpp
index cbde49b..bfc74f0 100644
--- a/Source/WebCore/rendering/SVGRenderSupport.cpp
+++ b/Source/WebCore/rendering/SVGRenderSupport.cpp
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2007, 2008 Rob Buis <buis at kde.org>
- *           (C) 2007 Nikolas Zimmermann <zimmermann at kde.org>
- *           (C) 2007 Eric Seidel <eric at webkit.org>
- *           (C) 2009 Google, Inc.  All rights reserved.
- *           (C) 2009 Dirk Schulze <krit at webkit.org>
+ * Copyright (C) 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2009 Google, Inc.  All rights reserved.
+ * Copyright (C) 2009 Dirk Schulze <krit at webkit.org>
  * Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -20,7 +20,6 @@
  * 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.
- *
  */
 
 #include "config.h"
diff --git a/Source/WebCore/rendering/SVGRenderSupport.h b/Source/WebCore/rendering/SVGRenderSupport.h
index 7814863..9e6aa5c 100644
--- a/Source/WebCore/rendering/SVGRenderSupport.h
+++ b/Source/WebCore/rendering/SVGRenderSupport.h
@@ -1,7 +1,7 @@
 /**
  * Copyright (C) 2007 Rob Buis <buis at kde.org>
- *           (C) 2007 Nikolas Zimmermann <zimmermann at kde.org>
- *           (C) 2007 Eric Seidel <eric at webkit.org>
+ * Copyright (C) 2007 Nikolas Zimmermann <zimmermann at kde.org>
+ * Copyright (C) 2007 Eric Seidel <eric at webkit.org>
  * Copyright (C) 2009 Google, Inc.  All rights reserved.
  * Copyright (C) Research In Motion Limited 2010. All rights reserved.
  *
@@ -19,7 +19,6 @@
  * 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 SVGRenderSupport_h
@@ -59,7 +58,7 @@ public:
     static bool pointInClippingArea(RenderObject*, const FloatPoint&);
 
     static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
-    static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo& paintInfo);
+    static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);
 
     // Important functions used by nearly all SVG renderers centralizing coordinate transformations / repaint rect calculations
     static IntRect clippedOverflowRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer);
@@ -70,7 +69,7 @@ public:
     static void applyStrokeStyleToContext(GraphicsContext*, const RenderStyle*, const RenderObject*);
 
     // FIXME: These methods do not belong here.
-    static const RenderSVGRoot* findTreeRootObject(const RenderObject* start);
+    static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
 
 private:
     // This class is not constructable.
diff --git a/Source/WebCore/rendering/SVGRenderTreeAsText.cpp b/Source/WebCore/rendering/SVGRenderTreeAsText.cpp
index ea843c2..97e15af 100644
--- a/Source/WebCore/rendering/SVGRenderTreeAsText.cpp
+++ b/Source/WebCore/rendering/SVGRenderTreeAsText.cpp
@@ -243,15 +243,15 @@ static TextStream& operator<<(TextStream& ts, const DashArray& a)
 static TextStream& operator<<(TextStream& ts, LineCap style)
 {
     switch (style) {
-        case ButtCap:
-            ts << "BUTT";
-            break;
-        case RoundCap:
-            ts << "ROUND";
-            break;
-        case SquareCap:
-            ts << "SQUARE";
-            break;
+    case ButtCap:
+        ts << "BUTT";
+        break;
+    case RoundCap:
+        ts << "ROUND";
+        break;
+    case SquareCap:
+        ts << "SQUARE";
+        break;
     }
     return ts;
 }
@@ -260,15 +260,15 @@ static TextStream& operator<<(TextStream& ts, LineCap style)
 static TextStream& operator<<(TextStream& ts, LineJoin style)
 {
     switch (style) {
-        case MiterJoin:
-            ts << "MITER";
-            break;
-        case RoundJoin:
-            ts << "ROUND";
-            break;
-        case BevelJoin:
-            ts << "BEVEL";
-            break;
+    case MiterJoin:
+        ts << "MITER";
+        break;
+    case RoundJoin:
+        ts << "ROUND";
+        break;
+    case BevelJoin:
+        ts << "BEVEL";
+        break;
     }
     return ts;
 }
diff --git a/Source/WebCore/rendering/SVGRenderTreeAsText.h b/Source/WebCore/rendering/SVGRenderTreeAsText.h
index 4e9ba5d..ce07a5c 100644
--- a/Source/WebCore/rendering/SVGRenderTreeAsText.h
+++ b/Source/WebCore/rendering/SVGRenderTreeAsText.h
@@ -32,20 +32,20 @@
 
 namespace WebCore {
 
-    class Color;
-    class FloatRect;
-    class FloatSize;
-    class Node;
-    class RenderBlock;
-    class RenderImage;
-    class RenderObject;
-    class RenderSVGGradientStop;
-    class RenderSVGImage;
-    class RenderSVGPath;
-    class RenderSVGRoot;
-    class RenderText;
-    class AffineTransform;
-    class SVGUnitTypes;
+class Color;
+class FloatRect;
+class FloatSize;
+class Node;
+class RenderBlock;
+class RenderImage;
+class RenderObject;
+class RenderSVGGradientStop;
+class RenderSVGImage;
+class RenderSVGPath;
+class RenderSVGRoot;
+class RenderText;
+class AffineTransform;
+class SVGUnitTypes;
 
 // functions used by the main RenderTreeAsText code
 void write(TextStream&, const RenderSVGPath&, int indent);
diff --git a/Source/WebCore/rendering/SVGResources.cpp b/Source/WebCore/rendering/SVGResources.cpp
index e162f83..9a2c999 100644
--- a/Source/WebCore/rendering/SVGResources.cpp
+++ b/Source/WebCore/rendering/SVGResources.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 #include "SVGResources.h"
diff --git a/Source/WebCore/rendering/SVGResources.h b/Source/WebCore/rendering/SVGResources.h
index 49591cf..dd328b8 100644
--- a/Source/WebCore/rendering/SVGResources.h
+++ b/Source/WebCore/rendering/SVGResources.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGResources_h
 #define SVGResources_h
diff --git a/Source/WebCore/rendering/SVGResourcesCache.cpp b/Source/WebCore/rendering/SVGResourcesCache.cpp
index 88cbb3a..886f76a 100644
--- a/Source/WebCore/rendering/SVGResourcesCache.cpp
+++ b/Source/WebCore/rendering/SVGResourcesCache.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 #include "SVGResourcesCache.h"
diff --git a/Source/WebCore/rendering/SVGResourcesCache.h b/Source/WebCore/rendering/SVGResourcesCache.h
index 4a61570..30eaeca 100644
--- a/Source/WebCore/rendering/SVGResourcesCache.h
+++ b/Source/WebCore/rendering/SVGResourcesCache.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGResourcesCache_h
 #define SVGResourcesCache_h
diff --git a/Source/WebCore/rendering/SVGResourcesCycleSolver.cpp b/Source/WebCore/rendering/SVGResourcesCycleSolver.cpp
index 8cd2e80..fa91e80 100644
--- a/Source/WebCore/rendering/SVGResourcesCycleSolver.cpp
+++ b/Source/WebCore/rendering/SVGResourcesCycleSolver.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 #include "SVGResourcesCycleSolver.h"
diff --git a/Source/WebCore/rendering/SVGResourcesCycleSolver.h b/Source/WebCore/rendering/SVGResourcesCycleSolver.h
index e63ee63..0653304 100644
--- a/Source/WebCore/rendering/SVGResourcesCycleSolver.h
+++ b/Source/WebCore/rendering/SVGResourcesCycleSolver.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGResourcesCycleSolver_h
 #define SVGResourcesCycleSolver_h
diff --git a/Source/WebCore/rendering/SVGShadowTreeElements.cpp b/Source/WebCore/rendering/SVGShadowTreeElements.cpp
index 7c5e1a9..2d84c48 100644
--- a/Source/WebCore/rendering/SVGShadowTreeElements.cpp
+++ b/Source/WebCore/rendering/SVGShadowTreeElements.cpp
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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.
+ */
 
 #include "config.h"
 
diff --git a/Source/WebCore/rendering/SVGShadowTreeElements.h b/Source/WebCore/rendering/SVGShadowTreeElements.h
index fe25678..3406f95 100644
--- a/Source/WebCore/rendering/SVGShadowTreeElements.h
+++ b/Source/WebCore/rendering/SVGShadowTreeElements.h
@@ -1,21 +1,21 @@
 /*
-    Copyright (C) Research In Motion Limited 2010. All rights reserved.
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    aint 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.
-*/
+ * Copyright (C) Research In Motion Limited 2010. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public License
+ * 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 SVGShadowTreeElements_h
 #define SVGShadowTreeElements_h

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list