diff options
Diffstat (limited to 'webkit/port/bindings')
-rw-r--r-- | webkit/port/bindings/v8/JSXPathNSResolver.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/NPV8Object.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/V8NPUtils.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/V8SVGPODTypeWrapper.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/dom_wrapper_map.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_binding.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_custom.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_events.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_helpers.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_index.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_nodefilter.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_proxy.h | 1 | ||||
-rw-r--r-- | webkit/port/bindings/v8/v8_utility.h | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/webkit/port/bindings/v8/JSXPathNSResolver.h b/webkit/port/bindings/v8/JSXPathNSResolver.h index 371a185..f0c340c 100644 --- a/webkit/port/bindings/v8/JSXPathNSResolver.h +++ b/webkit/port/bindings/v8/JSXPathNSResolver.h @@ -31,4 +31,3 @@ namespace WebCore { #endif // ENABLE(XPATH) #endif // JSXPATHNSRESOLVER_H__ - diff --git a/webkit/port/bindings/v8/NPV8Object.h b/webkit/port/bindings/v8/NPV8Object.h index a3cade9..bfe7bb7 100644 --- a/webkit/port/bindings/v8/NPV8Object.h +++ b/webkit/port/bindings/v8/NPV8Object.h @@ -34,4 +34,3 @@ struct PrivateIdentifier { NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object>, WebCore::DOMWindow*); #endif // np_v8object_h - diff --git a/webkit/port/bindings/v8/V8NPUtils.h b/webkit/port/bindings/v8/V8NPUtils.h index 4b6fc2b..08409f2 100644 --- a/webkit/port/bindings/v8/V8NPUtils.h +++ b/webkit/port/bindings/v8/V8NPUtils.h @@ -25,4 +25,3 @@ v8::Handle<v8::Value> convertNPVariantToV8Object(const NPVariant* value, NPObjec NPIdentifier getStringIdentifier(v8::Handle<v8::String> str); #endif // v8_np_utils_h - diff --git a/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h b/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h index 9c83a4b..55e9ee1 100644 --- a/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h +++ b/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h @@ -358,4 +358,3 @@ public: #endif // ENABLE(SVG) #endif // V8SVGPODTypeWrapper_h - diff --git a/webkit/port/bindings/v8/dom_wrapper_map.h b/webkit/port/bindings/v8/dom_wrapper_map.h index 63114a6..bdae851 100644 --- a/webkit/port/bindings/v8/dom_wrapper_map.h +++ b/webkit/port/bindings/v8/dom_wrapper_map.h @@ -69,4 +69,3 @@ class DOMWrapperMap : public WeakReferenceMap<KeyType, v8::Object> { }; #endif // BINDINGS_V8_DOM_WRAPPER_MAP - diff --git a/webkit/port/bindings/v8/v8_binding.h b/webkit/port/bindings/v8/v8_binding.h index 34c598f..26eb63b 100644 --- a/webkit/port/bindings/v8/v8_binding.h +++ b/webkit/port/bindings/v8/v8_binding.h @@ -194,4 +194,3 @@ inline v8::Handle<v8::Value> v8StringOrFalse(const String& str) { } // namespace WebCore #endif // V8_BINDING_H__ - diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index c88fed4..d3aafb1 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -525,4 +525,3 @@ DECLARE_CALLBACK(WorkerContextRemoveEventListener) } // namespace WebCore #endif // V8_CUSTOM_H__ - diff --git a/webkit/port/bindings/v8/v8_events.h b/webkit/port/bindings/v8/v8_events.h index 833c669..67a7fb6 100644 --- a/webkit/port/bindings/v8/v8_events.h +++ b/webkit/port/bindings/v8/v8_events.h @@ -205,4 +205,3 @@ class V8WorkerContextEventListener : public V8ObjectEventListener { } // namespace WebCore #endif // V8_EVENTS_H__ - diff --git a/webkit/port/bindings/v8/v8_helpers.h b/webkit/port/bindings/v8/v8_helpers.h index 4c49a4a..eebdd1e 100644 --- a/webkit/port/bindings/v8/v8_helpers.h +++ b/webkit/port/bindings/v8/v8_helpers.h @@ -22,4 +22,3 @@ v8::Local<v8::Context> getV8Context(NPP npp, NPObject* npobj); WebCore::V8Proxy* GetV8Proxy(NPObject* npobj); #endif // V8_HELPERS_H__ - diff --git a/webkit/port/bindings/v8/v8_index.h b/webkit/port/bindings/v8/v8_index.h index fff021a..f149629 100644 --- a/webkit/port/bindings/v8/v8_index.h +++ b/webkit/port/bindings/v8/v8_index.h @@ -479,4 +479,3 @@ class V8ClassIndex { } #endif // V8_INDEX_H__ - diff --git a/webkit/port/bindings/v8/v8_nodefilter.h b/webkit/port/bindings/v8/v8_nodefilter.h index e9598d8..a2bde31 100644 --- a/webkit/port/bindings/v8/v8_nodefilter.h +++ b/webkit/port/bindings/v8/v8_nodefilter.h @@ -28,4 +28,3 @@ class V8NodeFilterCondition : public NodeFilterCondition { } // namesapce WebCore #endif // V8_NODEFILTER_H__ - diff --git a/webkit/port/bindings/v8/v8_proxy.h b/webkit/port/bindings/v8/v8_proxy.h index bb9cc52..69747b5 100644 --- a/webkit/port/bindings/v8/v8_proxy.h +++ b/webkit/port/bindings/v8/v8_proxy.h @@ -600,4 +600,3 @@ v8::Handle<v8::Value> V8Proxy::ConstructDOMObject(const v8::Arguments& args) { } // namespace WebCore #endif // V8_PROXY_H__ - diff --git a/webkit/port/bindings/v8/v8_utility.h b/webkit/port/bindings/v8/v8_utility.h index 2dd52bf..620c04c 100644 --- a/webkit/port/bindings/v8/v8_utility.h +++ b/webkit/port/bindings/v8/v8_utility.h @@ -56,4 +56,3 @@ v8::Local<v8::Object> SafeAllocation::NewInstance( } // namespace WebCore #endif // V8_UTILITY_H__ - |