[Webkit-unassigned] [Bug 37356] StorageEvent destructor should be in StorageEvent.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 13:37:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37356





--- Comment #3 from Evan Martin <evan at chromium.org>  2010-04-09 13:37:46 PST ---
In file included from
third_party/WebKit/WebCore/bindings/v8/custom/V8EventCustom.cpp:32:
In file included from llvm/Debug/obj/gen/webkit/bindings/V8Event.h:25:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashMap.h:24:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashTable.h:26:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashTraits.h:24:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashFunctions.h:24:
In file included from third_party/WebKit/JavaScriptCore/wtf/RefPtr.h:27:
third_party/WebKit/JavaScriptCore/wtf/PassRefPtr.h:66:16: error: member access
into incomplete type 'WebCore::Storage'
            ptr->deref();
               ^
In file included from
third_party/WebKit/WebCore/bindings/v8/custom/V8EventCustom.cpp:32:
In file included from llvm/Debug/obj/gen/webkit/bindings/V8Event.h:25:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashMap.h:24:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashTable.h:26:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashTraits.h:24:
In file included from third_party/WebKit/JavaScriptCore/wtf/HashFunctions.h:24:
third_party/WebKit/JavaScriptCore/wtf/RefPtr.h:54:21: note: in instantiation of
function template specialization
      'WTF::derefIfNotNull<WebCore::Storage>' requested here
        ~RefPtr() { derefIfNotNull(m_ptr); }
                    ^
In file included from
third_party/WebKit/WebCore/bindings/v8/custom/V8EventCustom.cpp:53:
In file included from llvm/Debug/obj/gen/webkit/bindings/V8StorageEvent.h:31:
third_party/WebKit/WebCore/storage/StorageEvent.h:38:11: note: in instantiation
of member function
      'WTF::RefPtr<WebCore::Storage>::~RefPtr' requested here
    class StorageEvent : public Event {
          ^
In file included from
third_party/WebKit/WebCore/bindings/v8/custom/V8EventCustom.cpp:41:
In file included from
llvm/Debug/obj/gen/webkit/bindings/V8CompositionEvent.h:28:
In file included from third_party/WebKit/WebCore/dom/CompositionEvent.h:30:
In file included from third_party/WebKit/WebCore/dom/UIEvent.h:27:
third_party/WebKit/WebCore/page/DOMWindow.h:70:11: note: forward declaration of
'WebCore::Storage'
    class Storage;
          ^
1 error generated.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list