summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/bindings/v8/V8DOMMap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/bindings/v8/V8DOMMap.h b/WebCore/bindings/v8/V8DOMMap.h
index 8f93127..d42daa4 100644
--- a/WebCore/bindings/v8/V8DOMMap.h
+++ b/WebCore/bindings/v8/V8DOMMap.h
@@ -138,15 +138,6 @@ namespace WebCore {
template <class KeyType> class DOMWrapperMap : public WeakReferenceMap<KeyType, v8::Object> {
public:
DOMWrapperMap(v8::WeakReferenceCallback callback) : WeakReferenceMap<KeyType, v8::Object>(callback) { }
-<<<<<<< HEAD
-
- class Visitor {
- public:
- virtual void visitDOMWrapper(KeyType* key, v8::Persistent<v8::Object> object) = 0;
- virtual ~Visitor() { }
- };
-=======
->>>>>>> webkit.org at r54127
};
// An opaque class that represents a set of DOM wrappers.