commit | d862d77af0afacd3f7513b166772336bee04190b | [log] [tgz] |
---|---|---|
author | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Oct 31 22:07:53 2016 +0000 |
committer | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Oct 31 22:07:53 2016 +0000 |
tree | e563c641b163893201b09e4cd3d46f91222f2dd5 | |
parent | 6de30bf135ba6011063291068fda401140feb696 [diff] |
Use #pragma once in WebCore https://bugs.webkit.org/show_bug.cgi?id=164194 Patch by Joseph Pecoraro <pecoraro@apple.com> on 2016-10-31 Rubber-stamped by Sam Weinig. Source/WebCore: * accessibility/*.h: * bindings/*.h: * contentextensions/*.h: * dom/*.h: * html/*.h: * page/*.h: Use #pragma once in headers. * html/parser/ParsingUtilities.h: Add missing namespace. * html/track/VTTScanner.h: (WebCore::VTTScanner::skipWhile): (WebCore::VTTScanner::skipUntil): (WebCore::VTTScanner::collectWhile): (WebCore::VTTScanner::collectUntil): Include namespace. Source/WebKit/win: * WebCoreSupport/WebContextMenuClient.cpp: (WebContextMenuClient::isSpeaking): (WebContextMenuClient::shareMenuItem): Deleted. * WebCoreSupport/WebContextMenuClient.h: Remove this dead code since r192333. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@208179 268f45cc-cd09-0410-ab3c-d52691b4dbfc