Skip to content
  • mlilek@apple.com's avatar
    OS X port should compile with newer versions of clang · 431ac37c
    mlilek@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=96434
    
    Source/JavaScriptCore: 
    
    m_identIsVarDecl is unused - remove it.
    
    Reviewed by Anders Carlsson.
    
    * parser/NodeConstructors.h:
    (JSC::ForInNode::ForInNode):
    * parser/Nodes.h:
    (ForInNode):
    
    Source/WebCore: 
    
    Reviewed by Anders Carlsson.
    
    Guard m_hasTouchEventHandler behind ENABLE(TOUCH_EVENTS).
    * html/HTMLInputElement.cpp:
    (WebCore::HTMLInputElement::HTMLInputElement):
    * html/HTMLInputElement.h:
    (HTMLInputElement):
    
    Fix uninitialized variable.
    * platform/graphics/cg/GraphicsContextCG.cpp:
    (WebCore::createLinearSRGBColorSpace):
    
    Source/WebKit/mac: 
    
    m_isTerminated is unused in the Hosted flavor of NetscapePluginStream.
    
    Reviewed by Anders Carlsson.
    
    * Plugins/Hosted/HostedNetscapePluginStream.h:
    (HostedNetscapePluginStream):
    * Plugins/Hosted/HostedNetscapePluginStream.mm:
    (WebKit::HostedNetscapePluginStream::HostedNetscapePluginStream):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@128234 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    431ac37c