Skip to content
  • dbates@webkit.org's avatar
    Fix the iOS Simulator release build · 4263b14c
    dbates@webkit.org authored
    Substitute ASSERT_UNUSED() for ASSERT() to resolve a compiler warning
    that the argument platformLayer is unused. The argument platformLayer
    is only used in the asserted condition, which isn't compiled in a
    release build; => the argument is unused in a release build.
    
    * html/HTMLMediaElement.cpp:
    (WebCore::HTMLMediaElement::parseAttribute):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@162473 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4263b14c
ChangeLog 2.28 MiB