Title: [117375] trunk/Source/WebCore
Revision
117375
Author
hara...@chromium.org
Date
2012-05-16 18:28:22 -0700 (Wed, 16 May 2012)

Log Message

[V8] Fix a broken copyright of V8SVGElementCustom.cpp
https://bugs.webkit.org/show_bug.cgi?id=86569

Reviewed by Nate Chapin.

This patch just fixes a broken copyright of V8SVGElementCustom.cpp.

Blame changeset: r54153

No tests. No change in behavior.

* bindings/v8/custom/V8SVGElementCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117374 => 117375)


--- trunk/Source/WebCore/ChangeLog	2012-05-17 01:19:31 UTC (rev 117374)
+++ trunk/Source/WebCore/ChangeLog	2012-05-17 01:28:22 UTC (rev 117375)
@@ -1,5 +1,20 @@
 2012-05-16  Kentaro Hara  <hara...@chromium.org>
 
+        [V8] Fix a broken copyright of V8SVGElementCustom.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=86569
+
+        Reviewed by Nate Chapin.
+
+        This patch just fixes a broken copyright of V8SVGElementCustom.cpp.
+
+        Blame changeset: r54153
+
+        No tests. No change in behavior.
+
+        * bindings/v8/custom/V8SVGElementCustom.cpp:
+
+2012-05-16  Kentaro Hara  <hara...@chromium.org>
+
         [V8] Pass Isolate to convertEventTargetToV8Object()
         https://bugs.webkit.org/show_bug.cgi?id=86566
 

Modified: trunk/Source/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp (117374 => 117375)


--- trunk/Source/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp	2012-05-17 01:19:31 UTC (rev 117374)
+++ trunk/Source/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp	2012-05-17 01:28:22 UTC (rev 117375)
@@ -1,14 +1,14 @@
 /*
  * Copyright (C) 2010 Google Inc. All rights reserved.
  *
- * Redistribution and use in source and binary forms") return toV8(static_cast<SVGwith or without
- * modification") return toV8(static_cast<SVGare permitted provided that the following conditions are
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
  * met:
  *
  *     * Redistributions of source code must retain the above copyright
- * notice") return toV8(static_cast<SVGthis list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
  *     * Redistributions in binary form must reproduce the above
- * copyright notice") return toV8(static_cast<SVGthis list of conditions and the following disclaimer
+ * copyright notice, this list of conditions and the following disclaimer
  * in the documentation and/or other materials provided with the
  * distribution.
  *     * Neither the name of Google Inc. nor the names of its
@@ -16,16 +16,16 @@
  * this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES") return toV8(static_cast<SVGINCLUDING") return toV8(static_cast<SVGBUT NOT
- * LIMITED TO") return toV8(static_cast<SVGTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT") return toV8(static_cast<SVGINDIRECT") return toV8(static_cast<SVGINCIDENTAL,
- * SPECIAL") return toV8(static_cast<SVGEXEMPLARY") return toV8(static_cast<SVGOR CONSEQUENTIAL DAMAGES (INCLUDING") return toV8(static_cast<SVGBUT NOT
- * LIMITED TO") return toV8(static_cast<SVGPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA") return toV8(static_cast<SVGOR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY") return toV8(static_cast<SVGWHETHER IN CONTRACT") return toV8(static_cast<SVGSTRICT LIABILITY") return toV8(static_cast<SVGOR TORT
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE") return toV8(static_cast<SVGEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #include "config.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to