Changeset 87698 in webkit
- Timestamp:
- May 30, 2011, 3:00:57 PM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dom/EventDispatcher.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r87697 r87698 1 2011-05-30 David Kilzer <ddkilzer@apple.com> 2 3 BUILD FIX for r87692 with !ENABLE(FULLSCREEN_API) 4 5 * dom/EventDispatcher.cpp: 6 (WebCore::EventDispatcher::determineDispatchBehavior): Mark 7 shadowRoot as an unused parameter with !ENABLE(FULLSCREEN_API). 8 1 9 2011-05-30 No'am Rosenthal <noam.rosenthal@nokia.com> 2 10 -
trunk/Source/WebCore/dom/EventDispatcher.cpp
r87692 r87698 35 35 #include "WindowEventContext.h" 36 36 #include <wtf/RefPtr.h> 37 #include <wtf/UnusedParam.h> 37 38 38 39 #if ENABLE(SVG) … … 378 379 return StayInsideShadowDOM; 379 380 } 381 #else 382 UNUSED_PARAM(shadowRoot); 380 383 #endif 381 384
Note:
See TracChangeset
for help on using the changeset viewer.