Skip to content
  • commit-queue@webkit.org's avatar
    Remove upcastPointer from ActiveDOMObject constructor · 433a0b5e
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=112858
    
    Patch by Russell McClellan <russell.mcclellan@gmail.com> on 2013-03-21
    Reviewed by Alexey Proskuryakov.
    
    Removed pesky argument to ActiveDOMObject constructor that is no longer
    used.
    
    No new tests (no change in behavior).
    
    * Modules/battery/BatteryManager.cpp:
    (WebCore::BatteryManager::BatteryManager):
    * Modules/filesystem/DOMFileSystem.cpp:
    (WebCore::DOMFileSystem::DOMFileSystem):
    * Modules/filesystem/FileWriter.cpp:
    (WebCore::FileWriter::FileWriter):
    * Modules/geolocation/Geolocation.cpp:
    (WebCore::Geolocation::Geolocation):
    * Modules/indexeddb/IDBDatabase.cpp:
    (WebCore::IDBDatabase::IDBDatabase):
    * Modules/indexeddb/IDBRequest.cpp:
    (WebCore::IDBRequest::IDBRequest):
    * Modules/indexeddb/IDBTransaction.cpp:
    (WebCore::IDBTransaction::IDBTransaction):
    * Modules/mediasource/MediaSource.cpp:
    (WebCore::MediaSource::MediaSource):
    * Modules/mediastream/MediaStreamTrack.cpp:
    (WebCore::MediaStreamTrack::MediaStreamTrack):
    * Modules/mediastream/RTCDTMFSender.cpp:
    (WebCore::RTCDTMFSender::RTCDTMFSender):
    * Modules/mediastream/RTCPeerConnection.cpp:
    (WebCore::RTCPeerConnection::RTCPeerConnection):
    * Modules/mediastream/RTCSessionDescriptionRequestImpl.cpp:
    (WebCore::RTCSessionDescriptionRequestImpl::RTCSessionDescriptionRequestImpl):
    * Modules/mediastream/RTCStatsRequestImpl.cpp:
    (WebCore::RTCStatsRequestImpl::RTCStatsRequestImpl):
    * Modules/mediastream/RTCVoidRequestImpl.cpp:
    (WebCore::RTCVoidRequestImpl::RTCVoidRequestImpl):
    * Modules/networkinfo/NetworkInfoConnection.cpp:
    (WebCore::NetworkInfoConnection::NetworkInfoConnection):
    * Modules/notifications/Notification.cpp:
    (WebCore::Notification::Notification):
    * Modules/notifications/NotificationCenter.cpp:
    (WebCore::NotificationCenter::NotificationCenter):
    * Modules/speech/SpeechRecognition.cpp:
    (WebCore::SpeechRecognition::SpeechRecognition):
    * Modules/webaudio/AudioContext.cpp:
    (WebCore::AudioContext::AudioContext):
    * Modules/webdatabase/DatabaseContext.cpp:
    (WebCore::DatabaseContext::DatabaseContext):
    * Modules/websockets/WebSocket.cpp:
    (WebCore::WebSocket::WebSocket):
    * css/FontLoader.cpp:
    (WebCore::FontLoader::FontLoader):
    * dom/ActiveDOMObject.cpp:
    (WebCore::ActiveDOMObject::ActiveDOMObject):
    * dom/ActiveDOMObject.h:
    (ActiveDOMObject):
    * dom/ScriptExecutionContext.cpp:
    (WebCore::ScriptExecutionContext::canSuspendActiveDOMObjects):
    (WebCore::ScriptExecutionContext::suspendActiveDOMObjects):
    (WebCore::ScriptExecutionContext::resumeActiveDOMObjects):
    (WebCore::ScriptExecutionContext::stopActiveDOMObjects):
    (WebCore::ScriptExecutionContext::didCreateActiveDOMObject):
    * dom/ScriptExecutionContext.h:
    (ScriptExecutionContext):
    (WebCore::ScriptExecutionContext::activeDOMObjects):
    * fileapi/FileReader.cpp:
    (WebCore::FileReader::FileReader):
    * html/HTMLMarqueeElement.cpp:
    (WebCore::HTMLMarqueeElement::HTMLMarqueeElement):
    * html/HTMLMediaElement.cpp:
    (WebCore::HTMLMediaElement::HTMLMediaElement):
    * html/canvas/WebGLRenderingContext.cpp:
    (WebCore):
    (WebCore::WebGLRenderingContext::WebGLRenderingContext):
    * loader/Prerenderer.cpp:
    (WebCore::Prerenderer::Prerenderer):
    * page/EventSource.cpp:
    (WebCore::EventSource::EventSource):
    * page/SuspendableTimer.cpp:
    (WebCore::SuspendableTimer::SuspendableTimer):
    * workers/AbstractWorker.cpp:
    (WebCore::AbstractWorker::AbstractWorker):
    * workers/WorkerContext.cpp:
    (WebCore::WorkerContext::hasPendingActivity):
    * xml/XMLHttpRequest.cpp:
    (WebCore::XMLHttpRequest::XMLHttpRequest):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146537 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    433a0b5e