summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-12-02 20:20:07 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-02 20:20:07 -0800
commit8b6af12a5ceacdb3ab887398da1837bd0638630c (patch)
tree9142425f8605f35d19f3550523273ce69a19c05a /WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
parenta47ab5294213cca2741f453b450b02666e08cac8 (diff)
parent8845a2839cb6fb5d1c221fee655feb30a49e2ecb (diff)
downloadexternal_webkit-8b6af12a5ceacdb3ab887398da1837bd0638630c.zip
external_webkit-8b6af12a5ceacdb3ab887398da1837bd0638630c.tar.gz
external_webkit-8b6af12a5ceacdb3ab887398da1837bd0638630c.tar.bz2
am 8845a283: am fb77ce99: Updates Geolocation V8 bindings to match patch submitted to webkit.org.
Merge commit '8845a2839cb6fb5d1c221fee655feb30a49e2ecb' * commit '8845a2839cb6fb5d1c221fee655feb30a49e2ecb': Updates Geolocation V8 bindings to match patch submitted to webkit.org.
Diffstat (limited to 'WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp')
-rw-r--r--WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp39
1 files changed, 17 insertions, 22 deletions
diff --git a/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp b/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
index bd36f88..117f374 100644
--- a/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
+++ b/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
@@ -1,29 +1,24 @@
/*
- * Copyright (c) 2009, Google Inc. All rights reserved.
+ * Copyright 2009, The Android Open Source Project
*
* Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
*
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * 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
- * contributors may be used to endorse or promote products derived from
- * 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, 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, 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
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``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, 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, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/