Skip to content

Instantly share code, notes, and snippets.

@fujii
Created September 7, 2018 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fujii/ea5a60634e44f9c2a84cf3d3de95e2ad to your computer and use it in GitHub Desktop.
Save fujii/ea5a60634e44f9c2a84cf3d3de95e2ad to your computer and use it in GitHub Desktop.
compilation errors of WebKit build by Clang https://bugs.webkit.org/show_bug.cgi?id=171618
ninja: Entering directory `WebKitBuild\Debug'
[1/1360] Generate bindings (DumpRenderTreeBindings)
[2/1360] Building CXX object Tools\ImageDiff\CMakeFiles\ImageDiffLib.dir\cairo\PlatformImageCairo.cpp.obj
FAILED: Tools/ImageDiff/CMakeFiles/ImageDiffLib.dir/cairo/PlatformImageCairo.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DHAVE_CONFIG_H=1 -DImageDiffLib_EXPORTS -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CONSOLE_ENTRY_POINT -DWINVER=0x601 -DWIN_CAIRO -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I..\..\Tools\ImageDiff -I..\..\WebKitLibraries\win\include\cairo -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /showIncludes /FoTools\ImageDiff\CMakeFiles\ImageDiffLib.dir\cairo\PlatformImageCairo.cpp.obj /FdTools\ImageDiff\CMakeFiles\ImageDiffLib.dir\ -c ..\..\Tools\ImageDiff\cairo\PlatformImageCairo.cpp
..\..\Tools\ImageDiff\cairo\PlatformImageCairo.cpp(46,22): error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long long') to 'unsigned long' in initializer list [-Wc++11-narrowing]
} context { { }, imageSize, 0 };
^~~~~~~~~
..\..\Tools\ImageDiff\cairo\PlatformImageCairo.cpp(46,22): note: insert an explicit cast to silence this issue
} context { { }, imageSize, 0 };
^~~~~~~~~
static_cast<unsigned long>( )
..\..\Tools\ImageDiff\cairo\PlatformImageCairo.cpp(125,61): warning: format specifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has type 'unsigned long' [-Wformat]
fprintf(stdout, "Content-Length: %" FORMAT_SIZE_T "\n", context.writtenBytes);
~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
[3/1360] Generate bindings (WebCoreBindings)
[4/1360] Building CXX object Source\JavaScriptCore\CMakeFiles\JavaScriptCore.dir\__\__\DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp.obj
FAILED: Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource80.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_JavaScriptCore -DBUILDING_WITH_CMAKE=1 -DHAVE_CONFIG_H=1 -DJavaScriptCore_EXPORTS -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -IDerivedSources\ForwardingHeaders -I. -I..\..\Source\JavaScriptCore -I..\..\Source\JavaScriptCore\API -I..\..\Source\JavaScriptCore\assembler -I..\..\Source\JavaScriptCore\b3 -I..\..\Source\JavaScriptCore\b3\air -I..\..\Source\JavaScriptCore\bindings -I..\..\Source\JavaScriptCore\builtins -I..\..\Source\JavaScriptCore\bytecode -I..\..\Source\JavaScriptCore\bytecompiler -I..\..\Source\JavaScriptCore\dfg -I..\..\Source\JavaScriptCore\disassembler -I..\..\Source\JavaScriptCore\disassembler\ARM64 -I..\..\Source\JavaScriptCore\disassembler\udis86 -I..\..\Source\JavaScriptCore\domjit -I..\..\Source\JavaScriptCore\ftl -I..\..\Source\JavaScriptCore\heap -I..\..\Source\JavaScriptCore\debugger -I..\..\Source\JavaScriptCore\inspector -I..\..\Source\JavaScriptCore\inspector\agents -I..\..\Source\JavaScriptCore\inspector\augmentable -I..\..\Source\JavaScriptCore\inspector\remote -I..\..\Source\JavaScriptCore\interpreter -I..\..\Source\JavaScriptCore\jit -I..\..\Source\JavaScriptCore\llint -I..\..\Source\JavaScriptCore\parser -I..\..\Source\JavaScriptCore\profiler -I..\..\Source\JavaScriptCore\runtime -I..\..\Source\JavaScriptCore\tools -I..\..\Source\JavaScriptCore\wasm -I..\..\Source\JavaScriptCore\wasm\js -I..\..\Source\JavaScriptCore\yarr -IDerivedSources\JavaScriptCore -IDerivedSources\JavaScriptCore\inspector -IDerivedSources\JavaScriptCore\runtime -IDerivedSources\JavaScriptCore\yarr -I..\include\private -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 -ffp-contract=off /showIncludes /FoSource\JavaScriptCore\CMakeFiles\JavaScriptCore.dir\__\__\DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp.obj /FdSource\JavaScriptCore\CMakeFiles\JavaScriptCore.dir\ -c DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp
In file included from DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp:1:
In file included from ..\..\Source\JavaScriptCore\jit/JITOpcodes.cpp:29:
..\..\Source\JavaScriptCore\jit/JIT.h(745,31): warning: explicit specialization cannot have a storage class
static constexpr bool is64BitType<void>() { return true; }
~~~~~~~ ^
In file included from DerivedSources\JavaScriptCore\unified-sources\UnifiedSource80.cpp:1:
In file included from ..\..\Source\JavaScriptCore\jit/JITOpcodes.cpp:29:
In file included from ..\..\Source\JavaScriptCore\jit/JIT.h:44:
..\..\Source\JavaScriptCore\jit/JITMathIC.h(148,72): error: missing 'template' keyword prior to dependent template name 'retagged'
ftlThunkAwareRepatchCall(codeBlock, slowPathCallLocation().retagged<JSInternalPtrTag>(), callReplacement);
^ ~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
ninja: build stopped: cannot make progress due to previous errors.
This file has been truncated, but you can view the full file.
ninja: Entering directory `WebKitBuild\Debug'
[1/846] Generate bindings (DumpRenderTreeBindings)
[2/846] Generate bindings (WebCoreBindings)
[3/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\win\StructuredExceptionHandlerSuppressor.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/win/StructuredExceptionHandlerSuppressor.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\win\StructuredExceptionHandlerSuppressor.cpp.obj /Fdlib64\WebCore.pdb -c ..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(38,10): error: case value evaluates to 2147483650, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_DATATYPE_MISALIGNMENT:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(390,45): note: expanded from macro 'EXCEPTION_DATATYPE_MISALIGNMENT'
#define EXCEPTION_DATATYPE_MISALIGNMENT STATUS_DATATYPE_MISALIGNMENT
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2466,42): note: expanded from macro 'STATUS_DATATYPE_MISALIGNMENT'
#define STATUS_DATATYPE_MISALIGNMENT ((DWORD )0x80000002L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(39,10): error: case value evaluates to 3221225613, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_DENORMAL_OPERAND:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(394,45): note: expanded from macro 'EXCEPTION_FLT_DENORMAL_OPERAND'
#define EXCEPTION_FLT_DENORMAL_OPERAND STATUS_FLOAT_DENORMAL_OPERAND
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2481,42): note: expanded from macro 'STATUS_FLOAT_DENORMAL_OPERAND'
#define STATUS_FLOAT_DENORMAL_OPERAND ((DWORD )0xC000008DL)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(40,10): error: case value evaluates to 3221225614, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_DIVIDE_BY_ZERO:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(395,45): note: expanded from macro 'EXCEPTION_FLT_DIVIDE_BY_ZERO'
#define EXCEPTION_FLT_DIVIDE_BY_ZERO STATUS_FLOAT_DIVIDE_BY_ZERO
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2482,42): note: expanded from macro 'STATUS_FLOAT_DIVIDE_BY_ZERO'
#define STATUS_FLOAT_DIVIDE_BY_ZERO ((DWORD )0xC000008EL)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(41,10): error: case value evaluates to 3221225615, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_INEXACT_RESULT:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(396,45): note: expanded from macro 'EXCEPTION_FLT_INEXACT_RESULT'
#define EXCEPTION_FLT_INEXACT_RESULT STATUS_FLOAT_INEXACT_RESULT
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2483,42): note: expanded from macro 'STATUS_FLOAT_INEXACT_RESULT'
#define STATUS_FLOAT_INEXACT_RESULT ((DWORD )0xC000008FL)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(42,10): error: case value evaluates to 3221225616, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_INVALID_OPERATION:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(397,45): note: expanded from macro 'EXCEPTION_FLT_INVALID_OPERATION'
#define EXCEPTION_FLT_INVALID_OPERATION STATUS_FLOAT_INVALID_OPERATION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2484,42): note: expanded from macro 'STATUS_FLOAT_INVALID_OPERATION'
#define STATUS_FLOAT_INVALID_OPERATION ((DWORD )0xC0000090L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(43,10): error: case value evaluates to 3221225617, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_OVERFLOW:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(398,45): note: expanded from macro 'EXCEPTION_FLT_OVERFLOW'
#define EXCEPTION_FLT_OVERFLOW STATUS_FLOAT_OVERFLOW
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2485,42): note: expanded from macro 'STATUS_FLOAT_OVERFLOW'
#define STATUS_FLOAT_OVERFLOW ((DWORD )0xC0000091L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(44,10): error: case value evaluates to 3221225618, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_STACK_CHECK:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(399,45): note: expanded from macro 'EXCEPTION_FLT_STACK_CHECK'
#define EXCEPTION_FLT_STACK_CHECK STATUS_FLOAT_STACK_CHECK
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2486,42): note: expanded from macro 'STATUS_FLOAT_STACK_CHECK'
#define STATUS_FLOAT_STACK_CHECK ((DWORD )0xC0000092L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(45,10): error: case value evaluates to 3221225619, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_FLT_UNDERFLOW:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(400,45): note: expanded from macro 'EXCEPTION_FLT_UNDERFLOW'
#define EXCEPTION_FLT_UNDERFLOW STATUS_FLOAT_UNDERFLOW
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2487,42): note: expanded from macro 'STATUS_FLOAT_UNDERFLOW'
#define STATUS_FLOAT_UNDERFLOW ((DWORD )0xC0000093L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(47,10): error: case value evaluates to 3221225477, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_ACCESS_VIOLATION:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(389,45): note: expanded from macro 'EXCEPTION_ACCESS_VIOLATION'
#define EXCEPTION_ACCESS_VIOLATION STATUS_ACCESS_VIOLATION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2472,42): note: expanded from macro 'STATUS_ACCESS_VIOLATION'
#define STATUS_ACCESS_VIOLATION ((DWORD )0xC0000005L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(48,10): error: case value evaluates to 3221225612, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(393,45): note: expanded from macro 'EXCEPTION_ARRAY_BOUNDS_EXCEEDED'
#define EXCEPTION_ARRAY_BOUNDS_EXCEEDED STATUS_ARRAY_BOUNDS_EXCEEDED
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2480,42): note: expanded from macro 'STATUS_ARRAY_BOUNDS_EXCEEDED'
#define STATUS_ARRAY_BOUNDS_EXCEEDED ((DWORD )0xC000008CL)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(49,10): error: case value evaluates to 3221225620, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_INT_DIVIDE_BY_ZERO:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(401,45): note: expanded from macro 'EXCEPTION_INT_DIVIDE_BY_ZERO'
#define EXCEPTION_INT_DIVIDE_BY_ZERO STATUS_INTEGER_DIVIDE_BY_ZERO
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2488,42): note: expanded from macro 'STATUS_INTEGER_DIVIDE_BY_ZERO'
#define STATUS_INTEGER_DIVIDE_BY_ZERO ((DWORD )0xC0000094L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(50,10): error: case value evaluates to 3221225621, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_INT_OVERFLOW:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(402,45): note: expanded from macro 'EXCEPTION_INT_OVERFLOW'
#define EXCEPTION_INT_OVERFLOW STATUS_INTEGER_OVERFLOW
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2489,42): note: expanded from macro 'STATUS_INTEGER_OVERFLOW'
#define STATUS_INTEGER_OVERFLOW ((DWORD )0xC0000095L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(51,10): error: case value evaluates to 3221225622, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_PRIV_INSTRUCTION:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(403,45): note: expanded from macro 'EXCEPTION_PRIV_INSTRUCTION'
#define EXCEPTION_PRIV_INSTRUCTION STATUS_PRIVILEGED_INSTRUCTION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2490,42): note: expanded from macro 'STATUS_PRIVILEGED_INSTRUCTION'
#define STATUS_PRIVILEGED_INSTRUCTION ((DWORD )0xC0000096L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(52,10): error: case value evaluates to 3221225478, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_IN_PAGE_ERROR:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(404,45): note: expanded from macro 'EXCEPTION_IN_PAGE_ERROR'
#define EXCEPTION_IN_PAGE_ERROR STATUS_IN_PAGE_ERROR
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2473,42): note: expanded from macro 'STATUS_IN_PAGE_ERROR'
#define STATUS_IN_PAGE_ERROR ((DWORD )0xC0000006L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(53,10): error: case value evaluates to 3221225501, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_ILLEGAL_INSTRUCTION:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(405,45): note: expanded from macro 'EXCEPTION_ILLEGAL_INSTRUCTION'
#define EXCEPTION_ILLEGAL_INSTRUCTION STATUS_ILLEGAL_INSTRUCTION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2477,42): note: expanded from macro 'STATUS_ILLEGAL_INSTRUCTION'
#define STATUS_ILLEGAL_INSTRUCTION ((DWORD )0xC000001DL)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(54,10): error: case value evaluates to 3221225509, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_NONCONTINUABLE_EXCEPTION:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(406,45): note: expanded from macro 'EXCEPTION_NONCONTINUABLE_EXCEPTION'
#define EXCEPTION_NONCONTINUABLE_EXCEPTION STATUS_NONCONTINUABLE_EXCEPTION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2478,42): note: expanded from macro 'STATUS_NONCONTINUABLE_EXCEPTION'
#define STATUS_NONCONTINUABLE_EXCEPTION ((DWORD )0xC0000025L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(55,10): error: case value evaluates to 3221225725, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_STACK_OVERFLOW:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(407,45): note: expanded from macro 'EXCEPTION_STACK_OVERFLOW'
#define EXCEPTION_STACK_OVERFLOW STATUS_STACK_OVERFLOW
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2491,42): note: expanded from macro 'STATUS_STACK_OVERFLOW'
#define STATUS_STACK_OVERFLOW ((DWORD )0xC00000FDL)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(56,10): error: case value evaluates to 3221225510, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_INVALID_DISPOSITION:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(408,45): note: expanded from macro 'EXCEPTION_INVALID_DISPOSITION'
#define EXCEPTION_INVALID_DISPOSITION STATUS_INVALID_DISPOSITION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2479,42): note: expanded from macro 'STATUS_INVALID_DISPOSITION'
#define STATUS_INVALID_DISPOSITION ((DWORD )0xC0000026L)
^
..\..\Source\WebCore\platform\win\StructuredExceptionHandlerSuppressor.cpp(57,10): error: case value evaluates to 2147483649, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case EXCEPTION_GUARD_PAGE:
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\minwinbase.h(409,45): note: expanded from macro 'EXCEPTION_GUARD_PAGE'
#define EXCEPTION_GUARD_PAGE STATUS_GUARD_PAGE_VIOLATION
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\winnt.h(2465,42): note: expanded from macro 'STATUS_GUARD_PAGE_VIOLATION'
#define STATUS_GUARD_PAGE_VIOLATION ((DWORD )0x80000001L)
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[4/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\graphics\win\IntPointWin.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/win/IntPointWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\graphics\win\IntPointWin.cpp.obj /Fdlib64\WebCore.pdb -c ..\..\Source\WebCore\platform\graphics\win\IntPointWin.cpp
..\..\Source\WebCore\platform\graphics\win\IntPointWin.cpp(56,17): error: non-constant-expression cannot be narrowed from type 'int' to 'SHORT' (aka 'short') in initializer list [-Wc++11-narrowing]
POINTS p = {m_x, m_y};
^~~
..\..\Source\WebCore\platform\graphics\win\IntPointWin.cpp(56,17): note: insert an explicit cast to silence this issue
POINTS p = {m_x, m_y};
^~~
static_cast<SHORT>( )
..\..\Source\WebCore\platform\graphics\win\IntPointWin.cpp(56,22): error: non-constant-expression cannot be narrowed from type 'int' to 'SHORT' (aka 'short') in initializer list [-Wc++11-narrowing]
POINTS p = {m_x, m_y};
^~~
..\..\Source\WebCore\platform\graphics\win\IntPointWin.cpp(56,22): note: insert an explicit cast to silence this issue
POINTS p = {m_x, m_y};
^~~
static_cast<SHORT>( )
2 errors generated.
[5/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\win\WheelEventWin.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/win/WheelEventWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\win\WheelEventWin.cpp.obj /Fdlib64\WebCore.pdb -c ..\..\Source\WebCore\platform\win\WheelEventWin.cpp
..\..\Source\WebCore\platform\win\WheelEventWin.cpp(86,20): error: type 'float' cannot be narrowed to 'LONG' (aka 'long') in initializer list [-Wc++11-narrowing]
POINT point = {location.x(), location.y()};
^~~~~~~~~~~~
..\..\Source\WebCore\platform\win\WheelEventWin.cpp(86,20): note: insert an explicit cast to silence this issue
POINT point = {location.x(), location.y()};
^~~~~~~~~~~~
static_cast<LONG>( )
..\..\Source\WebCore\platform\win\WheelEventWin.cpp(86,34): error: type 'float' cannot be narrowed to 'LONG' (aka 'long') in initializer list [-Wc++11-narrowing]
POINT point = {location.x(), location.y()};
^~~~~~~~~~~~
..\..\Source\WebCore\platform\win\WheelEventWin.cpp(86,34): note: insert an explicit cast to silence this issue
POINT point = {location.x(), location.y()};
^~~~~~~~~~~~
static_cast<LONG>( )
2 errors generated.
[6/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\graphics\win\UniscribeController.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/win/UniscribeController.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\graphics\win\UniscribeController.cpp.obj /Fdlib64\WebCore.pdb -c ..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(90,42): warning: '&&' within '||' [-Wlogical-op-parentheses]
if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(90,42): note: place parentheses around the '&&' expression to silence this warning
if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
^
( )
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(90,74): warning: '&&' within '||' [-Wlogical-op-parentheses]
if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(90,74): note: place parentheses around the '&&' expression to silence this warning
if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
^
( )
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(201,15): warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (rc = ::ScriptItemize(cp, length, m_items.size() - 1, &m_control, &m_state, m_items.data(), &numItems) == E_OUTOFMEMORY) {
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(201,15): note: place parentheses around the assignment to silence this warning
while (rc = ::ScriptItemize(cp, length, m_items.size() - 1, &m_control, &m_state, m_items.data(), &numItems) == E_OUTOFMEMORY) {
^
( )
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(201,15): note: use '==' to turn this assignment into an equality comparison
while (rc = ::ScriptItemize(cp, length, m_items.size() - 1, &m_control, &m_state, m_items.data(), &numItems) == E_OUTOFMEMORY) {
^
==
..\..\Source\WebCore\platform\graphics\win\UniscribeController.cpp(372,56): error: invalid operands to binary expression ('float' and 'WebCore::GlyphBufferAdvance' (aka 'WebCore::FloatSize'))
GlyphBufferAdvance advance(-origin.width() + advance, -origin.height());
~~~~~~~~~~~~~~~ ^ ~~~~~~~
..\..\Source\WebCore\platform\graphics/FloatSize.h(175,18): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::FloatSize' for 1st argument
inline FloatSize operator+(const FloatSize& a, const FloatSize& b)
^
..\..\Source\WebCore\platform\graphics/FloatPoint.h(214,19): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::FloatPoint' for 1st argument
inline FloatPoint operator+(const FloatPoint& a, const FloatSize& b)
^
..\..\Source\WebCore\platform\graphics/IntSize.h(193,16): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::IntSize' for 1st argument
inline IntSize operator+(const IntSize& a, const IntSize& b)
^
..\..\Source\WebCore\platform\graphics/IntPoint.h(169,17): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::IntPoint' for 1st argument
inline IntPoint operator+(const IntPoint& a, const IntSize& b)
^
..\..\Source\WebCore\platform\graphics/IntPoint.h(174,17): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::IntPoint' for 1st argument
inline IntPoint operator+(const IntPoint& a, const IntPoint& b)
^
..\..\Source\WebCore\platform\graphics/FloatPoint.h(219,19): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::FloatPoint' for 1st argument
inline FloatPoint operator+(const FloatPoint& a, const FloatPoint& b)
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(239,18): note: candidate function not viable: no known conversion from 'float' to 'const WebCore::FloatRect' for 1st argument
inline FloatRect operator+(const FloatRect& a, const FloatRect& b)
^
..\..\Source\WebCore\platform\graphics/FontSelectionAlgorithm.h(114,30): note: candidate function not viable: no known conversion from 'float' to 'WebCore::FontSelectionValue' for 1st argument
constexpr FontSelectionValue operator+(FontSelectionValue a, FontSelectionValue b)
^
3 warnings and 1 error generated.
[7/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\win\PlatformScreenWin.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/win/PlatformScreenWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\win\PlatformScreenWin.cpp.obj /Fdlib64\WebCore.pdb -c ..\..\Source\WebCore\platform\win\PlatformScreenWin.cpp
..\..\Source\WebCore\platform\win\PlatformScreenWin.cpp(98,12): error: no viable conversion from returned value of type 'RECT' (aka 'tagRECT') to function return type 'WebCore::FloatRect'
return monitorInfo.rcMonitor;
^~~~~~~~~~~~~~~~~~~~~
..\..\Source\WebCore\platform\graphics/FloatRect.h(61,7): note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const WebCore::FloatRect &' for 1st argument
class FloatRect {
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(61,7): note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'WebCore::FloatRect &&' for 1st argument
..\..\Source\WebCore\platform\graphics/FloatRect.h(75,20): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const WebCore::IntRect &' for 1st argument
WEBCORE_EXPORT FloatRect(const IntRect&);
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(193,5): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const cairo_rectangle_t &' (aka 'const _cairo_rectangle &') for 1st argument
FloatRect(const cairo_rectangle_t&);
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(198,20): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const D2D1_RECT_F &' (aka 'const D2D_RECT_F &') for 1st argument
WEBCORE_EXPORT FloatRect(const D2D1_RECT_F&);
^
..\..\Source\WebCore\platform\win\PlatformScreenWin.cpp(104,12): error: no viable conversion from returned value of type 'RECT' (aka 'tagRECT') to function return type 'WebCore::FloatRect'
return monitorInfo.rcWork;
^~~~~~~~~~~~~~~~~~
..\..\Source\WebCore\platform\graphics/FloatRect.h(61,7): note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const WebCore::FloatRect &' for 1st argument
class FloatRect {
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(61,7): note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'WebCore::FloatRect &&' for 1st argument
..\..\Source\WebCore\platform\graphics/FloatRect.h(75,20): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const WebCore::IntRect &' for 1st argument
WEBCORE_EXPORT FloatRect(const IntRect&);
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(193,5): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const cairo_rectangle_t &' (aka 'const _cairo_rectangle &') for 1st argument
FloatRect(const cairo_rectangle_t&);
^
..\..\Source\WebCore\platform\graphics/FloatRect.h(198,20): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const D2D1_RECT_F &' (aka 'const D2D_RECT_F &') for 1st argument
WEBCORE_EXPORT FloatRect(const D2D1_RECT_F&);
^
2 errors generated.
[8/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\win\PopupMenuWin.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/win/PopupMenuWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\win\PopupMenuWin.cpp.obj /Fdlib64\WebCore.pdb -c ..\..\Source\WebCore\platform\win\PopupMenuWin.cpp
In file included from ..\..\Source\WebCore\platform\win\PopupMenuWin.cpp:24:
..\..\Source\WebCore\platform\win/PopupMenuWin.h(45,18): warning: 'show' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void show(const IntRect&, FrameView*, int index);
^
..\..\Source\WebCore\platform\PopupMenu.h(34,18): note: overridden virtual function is here
virtual void show(const IntRect&, FrameView*, int index) = 0;
^
In file included from ..\..\Source\WebCore\platform\win\PopupMenuWin.cpp:24:
..\..\Source\WebCore\platform\win/PopupMenuWin.h(46,18): warning: 'hide' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void hide();
^
..\..\Source\WebCore\platform\PopupMenu.h(35,18): note: overridden virtual function is here
virtual void hide() = 0;
^
In file included from ..\..\Source\WebCore\platform\win\PopupMenuWin.cpp:24:
..\..\Source\WebCore\platform\win/PopupMenuWin.h(47,18): warning: 'updateFromElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void updateFromElement();
^
..\..\Source\WebCore\platform\PopupMenu.h(36,18): note: overridden virtual function is here
virtual void updateFromElement() = 0;
^
In file included from ..\..\Source\WebCore\platform\win\PopupMenuWin.cpp:24:
..\..\Source\WebCore\platform\win/PopupMenuWin.h(48,18): warning: 'disconnectClient' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void disconnectClient();
^
..\..\Source\WebCore\platform\PopupMenu.h(37,18): note: overridden virtual function is here
virtual void disconnectClient() = 0;
^
..\..\Source\WebCore\platform\win\PopupMenuWin.cpp(103,12): error: no viable conversion from returned value of type 'RECT' (aka 'tagRECT') to function return type 'WebCore::FloatRect'
return monitorInfo.rcWork;
^~~~~~~~~~~~~~~~~~
..\..\Source\WebCore\platform\graphics\FloatRect.h(61,7): note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const WebCore::FloatRect &' for 1st argument
class FloatRect {
^
..\..\Source\WebCore\platform\graphics\FloatRect.h(61,7): note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'WebCore::FloatRect &&' for 1st argument
..\..\Source\WebCore\platform\graphics\FloatRect.h(75,20): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const WebCore::IntRect &' for 1st argument
WEBCORE_EXPORT FloatRect(const IntRect&);
^
..\..\Source\WebCore\platform\graphics\FloatRect.h(193,5): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const cairo_rectangle_t &' (aka 'const _cairo_rectangle &') for 1st argument
FloatRect(const cairo_rectangle_t&);
^
..\..\Source\WebCore\platform\graphics\FloatRect.h(198,20): note: candidate constructor not viable: no known conversion from 'RECT' (aka 'tagRECT') to 'const D2D1_RECT_F &' (aka 'const D2D_RECT_F &') for 1st argument
WEBCORE_EXPORT FloatRect(const D2D1_RECT_F&);
^
4 warnings and 1 error generated.
[9/664] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\__\__\DerivedSources\WebCore\unified-sources\UnifiedSource252.cpp.obj
FAILED: Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/unified-sources/UnifiedSource252.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUCHAR_TYPE=wchar_t -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -D__STDC_CONSTANT_MACROS -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebCorePrefix.h" /FI"WebCorePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch" /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\__\__\DerivedSources\WebCore\unified-sources\UnifiedSource252.cpp.obj /Fdlib64\WebCore.pdb -c DerivedSources\WebCore\unified-sources\UnifiedSource252.cpp
In file included from DerivedSources\WebCore\unified-sources\UnifiedSource252.cpp:1:
..\..\Source\WebCore\inspector/InspectorStyleSheet.cpp(639,14): error: reference to scoped enumeration must use 'enum' not 'enum class'
enum class Protocol::CSS::CSSPropertyStatus status;
^~~~~~
1 error generated.
ninja: build stopped: cannot make progress due to previous errors.
ninja: Entering directory `WebKitBuild\Debug'
[1/231] Generate bindings (DumpRenderTreeBindings)
[2/229] Generate bindings (WebCoreBindings)
[3/44] Generate bindings (WebCoreTestSupportBindings)
[4/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebLocalizableStrings.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/WebLocalizableStrings.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebLocalizableStrings.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\WebLocalizableStrings.cpp
In file included from ..\..\Source\WebKitLegacy\win\WebLocalizableStrings.cpp:26:
..\..\Source\WebKitLegacy\win/WebKitDLL.h(53,37): warning: 'gClassNameCount' has C-linkage specified, but returns user-defined type 'HashCountedSet<WTF::String> &' which is incompatible with C [-Wreturn-type-c-linkage]
extern HashCountedSet<WTF::String>& gClassNameCount();
^
..\..\Source\WebKitLegacy\win\WebLocalizableStrings.cpp(164,95): error: cannot pass object of non-trivial type 'const WTF::String' through variadic function; call will abort at runtime [-Wnon-pod-varargs]
ASSERT_WITH_MESSAGE(result != notFound, "could not find localizable string %s in bundle", key);
^
1 warning and 1 error generated.
[5/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\DefaultPolicyDelegate.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/DefaultPolicyDelegate.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\DefaultPolicyDelegate.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\DefaultPolicyDelegate.cpp
In file included from ..\..\Source\WebKitLegacy\win\DefaultPolicyDelegate.cpp:26:
..\..\Source\WebKitLegacy\win/WebKitDLL.h(53,37): warning: 'gClassNameCount' has C-linkage specified, but returns user-defined type 'HashCountedSet<WTF::String> &' which is incompatible with C [-Wreturn-type-c-linkage]
extern HashCountedSet<WTF::String>& gClassNameCount();
^
..\..\Source\WebKitLegacy\win\DefaultPolicyDelegate.cpp(182,72): error: cannot pass object of non-trivial type 'WebCore::BString' through variadic function; call will abort at runtime [-Wnon-pod-varargs]
LOG_ERROR("called unableToImplementPolicyWithError:%S inFrame:%S", errorStr ? errorStr : TEXT(""), frameName ? frameName : TEXT(""));
^
..\..\Source\WebKitLegacy\win\DefaultPolicyDelegate.cpp(182,104): error: cannot pass object of non-trivial type 'WebCore::BString' through variadic function; call will abort at runtime [-Wnon-pod-varargs]
LOG_ERROR("called unableToImplementPolicyWithError:%S inFrame:%S", errorStr ? errorStr : TEXT(""), frameName ? frameName : TEXT(""));
^
1 warning and 2 errors generated.
[6/31] cmd.exe /C "cd /D C:\webkit\ga\WebKitBuild\Debug && C:\tools\cmake\bin\cmake.exe -E copy_directory C:/webkit/ga/Source/WebInspectorUI/UserInterface C:/webkit/ga/WebKitBuild/Debug/bin64/WebKit.resources/WebInspectorUI && C:\tools\cmake\bin\cmake.exe -E copy C:/webkit/ga/WebKitBuild/Debug/DerivedSources/JavaScriptCore/inspector/InspectorBackendCommands.js C:/webkit/ga/WebKitBuild/Debug/bin64/WebKit.resources/WebInspectorUI/Protocol && C:\tools\cmake\bin\cmake.exe -E copy C:/webkit/ga/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js C:/webkit/ga/WebKitBuild/Debug/bin64/WebKit.resources/WebInspectorUI"
[7/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\cf\WebCoreSupport\WebInspectorClientCF.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/cf/WebCoreSupport/WebInspectorClientCF.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\cf\WebCoreSupport\WebInspectorClientCF.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\cf\WebCoreSupport\WebInspectorClientCF.cpp
In file included from ..\..\Source\WebKitLegacy\cf\WebCoreSupport\WebInspectorClientCF.cpp:49:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.h(144,5): error: 'static' is invalid in friend declarations
static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
^~~~~~~
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.h(128,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
1 warning and 1 error generated.
[8/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebPreferences.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/WebPreferences.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebPreferences.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\WebPreferences.cpp
In file included from ..\..\Source\WebKitLegacy\win\WebPreferences.cpp:27:
..\..\Source\WebKitLegacy\win/WebKitDLL.h(53,37): warning: 'gClassNameCount' has C-linkage specified, but returns user-defined type 'HashCountedSet<WTF::String> &' which is incompatible with C [-Wreturn-type-c-linkage]
extern HashCountedSet<WTF::String>& gClassNameCount();
^
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(518,26): error: cannot initialize a variable of type 'CFPropertyListFormat' with an rvalue of type 'long long'
CFPropertyListFormat format = kCFPropertyListBinaryFormat_v1_0 | kCFPropertyListXMLFormat_v1_0;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(1355,15): warning: initialization of pointer of type 'BOOL *' (aka 'int *') to null from a constant boolean expression [-Wbool-conversion]
enabled = false;
^~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(83,9): error: no matching function for call to 'CFNumberGetValue'
CFNumberGetValue(static_cast<CFNumberRef>(value), CFNumberTraits<NumberType>::Type, &val);
^~~~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(98,12): note: in instantiation of function template specialization 'numberValueForPreferencesValue<int>' requested here
return numberValueForPreferencesValue<int>(value);
^
C:\webkit\ga\WebKitBuild\Debug\..\..\WebKitLibraries\win\include\CoreFoundation\CFNumber.h(133,9): note: candidate function not viable: no known conversion from 'const unsigned int' to 'CFNumberType' for 2nd argument
Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
^
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(83,9): error: no matching function for call to 'CFNumberGetValue'
CFNumberGetValue(static_cast<CFNumberRef>(value), CFNumberTraits<NumberType>::Type, &val);
^~~~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(409,12): note: in instantiation of function template specialization 'numberValueForPreferencesValue<float>' requested here
return numberValueForPreferencesValue<float>(valueForKey(key).get());
^
C:\webkit\ga\WebKitBuild\Debug\..\..\WebKitLibraries\win\include\CoreFoundation\CFNumber.h(133,9): note: candidate function not viable: no known conversion from 'const unsigned int' to 'CFNumberType' for 2nd argument
Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
^
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(83,9): error: no matching function for call to 'CFNumberGetValue'
CFNumberGetValue(static_cast<CFNumberRef>(value), CFNumberTraits<NumberType>::Type, &val);
^~~~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(414,12): note: in instantiation of function template specialization 'numberValueForPreferencesValue<long long>' requested here
return numberValueForPreferencesValue<LONGLONG>(valueForKey(key).get());
^
C:\webkit\ga\WebKitBuild\Debug\..\..\WebKitLibraries\win\include\CoreFoundation\CFNumber.h(133,9): note: candidate function not viable: no known conversion from 'const unsigned int' to 'CFNumberType' for 2nd argument
Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr);
^
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(93,20): error: no matching function for call to 'CFNumberCreate'
return adoptCF(CFNumberCreate(0, CFNumberTraits<NumberType>::Type, &value));
^~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(435,25): note: in instantiation of function template specialization 'cfNumber<int>' requested here
setValueForKey(key, cfNumber(value).get());
^
C:\webkit\ga\WebKitBuild\Debug\..\..\WebKitLibraries\win\include\CoreFoundation\CFNumber.h(102,13): note: candidate function not viable: no known conversion from 'const unsigned int' to 'CFNumberType' for 2nd argument
CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
^
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(93,20): error: no matching function for call to 'CFNumberCreate'
return adoptCF(CFNumberCreate(0, CFNumberTraits<NumberType>::Type, &value));
^~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(445,25): note: in instantiation of function template specialization 'cfNumber<float>' requested here
setValueForKey(key, cfNumber(value).get());
^
C:\webkit\ga\WebKitBuild\Debug\..\..\WebKitLibraries\win\include\CoreFoundation\CFNumber.h(102,13): note: candidate function not viable: no known conversion from 'const unsigned int' to 'CFNumberType' for 2nd argument
CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
^
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(93,20): error: no matching function for call to 'CFNumberCreate'
return adoptCF(CFNumberCreate(0, CFNumberTraits<NumberType>::Type, &value));
^~~~~~~~~~~~~~
..\..\Source\WebKitLegacy\win\WebPreferences.cpp(465,25): note: in instantiation of function template specialization 'cfNumber<long long>' requested here
setValueForKey(key, cfNumber(value).get());
^
C:\webkit\ga\WebKitBuild\Debug\..\..\WebKitLibraries\win\include\CoreFoundation\CFNumber.h(102,13): note: candidate function not viable: no known conversion from 'const unsigned int' to 'CFNumberType' for 2nd argument
CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
^
2 warnings and 7 errors generated.
[9/31] Building CXX object Tools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\AccessibilityUIElement.cpp.obj
FAILED: Tools/DumpRenderTree/CMakeFiles/DumpRenderTreeLib.dir/AccessibilityUIElement.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DDumpRenderTreeLib_EXPORTS -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CONSOLE_ENTRY_POINT -DWINVER=0x601 -DWIN_CAIRO -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -IDerivedSources\DumpRenderTree -I..\..\Tools\TestRunnerShared\UIScriptContext -I..\..\Tools\TestRunnerShared\Bindings -I..\..\Tools\DumpRenderTree -I..\..\Source -I..\..\Source\WebCore\testing\js -I..\..\Tools\DumpRenderTree\win -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\ForwardingHeaders -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\Tests -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\win -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\Tests\win -I\win -IDerivedSources\WebKitLegacy\Interfaces -I..\..\Tools\DumpRenderTree\cairo -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\testing -IDerivedSources\WebCore -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"DumpRenderTreePrefix.h" /FI"DumpRenderTreePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Tools/DumpRenderTree/DumpRenderTreeLib_SOURCES/DumpRenderTreePrefix.pch" /showIncludes /FoTools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\AccessibilityUIElement.cpp.obj /FdTools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\ -c ..\..\Tools\DumpRenderTree\AccessibilityUIElement.cpp
..\..\Tools\DumpRenderTree\AccessibilityUIElement.cpp(1564,85): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
AccessibilityUIElement AccessibilityUIElement::horizontalScrollbar() const { return 0; }
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.cpp(1565,83): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
AccessibilityUIElement AccessibilityUIElement::verticalScrollbar() const { return 0; }
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.cpp(1566,100): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
AccessibilityUIElement AccessibilityUIElement::uiElementAttributeValue(JSStringRef) const { return 0; }
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.cpp(1635,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree/AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
4 errors generated.
[10/31] Building CXX object Tools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\win\AccessibilityUIElementWin.cpp.obj
FAILED: Tools/DumpRenderTree/CMakeFiles/DumpRenderTreeLib.dir/win/AccessibilityUIElementWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DDumpRenderTreeLib_EXPORTS -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CONSOLE_ENTRY_POINT -DWINVER=0x601 -DWIN_CAIRO -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -IDerivedSources\DumpRenderTree -I..\..\Tools\TestRunnerShared\UIScriptContext -I..\..\Tools\TestRunnerShared\Bindings -I..\..\Tools\DumpRenderTree -I..\..\Source -I..\..\Source\WebCore\testing\js -I..\..\Tools\DumpRenderTree\win -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\ForwardingHeaders -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\Tests -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\win -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\Tests\win -I\win -IDerivedSources\WebKitLegacy\Interfaces -I..\..\Tools\DumpRenderTree\cairo -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\testing -IDerivedSources\WebCore -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"DumpRenderTreePrefix.h" /FI"DumpRenderTreePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Tools/DumpRenderTree/DumpRenderTreeLib_SOURCES/DumpRenderTreePrefix.pch" /showIncludes /FoTools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\win\AccessibilityUIElementWin.cpp.obj /FdTools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\ -c ..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(136,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(142,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(148,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(156,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(187,16): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(192,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(195,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(200,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(210,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(672,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(682,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(758,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(763,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(768,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(773,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(778,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(783,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(788,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(967,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(51,25): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
^
..\..\Tools\DumpRenderTree\win\AccessibilityUIElementWin.cpp(56,25): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement::AccessibilityUIElement(const AccessibilityUIElement& other)
^
19 errors generated.
[11/31] Building CXX object Tools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\win\AccessibilityControllerWin.cpp.obj
FAILED: Tools/DumpRenderTree/CMakeFiles/DumpRenderTreeLib.dir/win/AccessibilityControllerWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DDumpRenderTreeLib_EXPORTS -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CONSOLE_ENTRY_POINT -DWINVER=0x601 -DWIN_CAIRO -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -IDerivedSources\DumpRenderTree -I..\..\Tools\TestRunnerShared\UIScriptContext -I..\..\Tools\TestRunnerShared\Bindings -I..\..\Tools\DumpRenderTree -I..\..\Source -I..\..\Source\WebCore\testing\js -I..\..\Tools\DumpRenderTree\win -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\ForwardingHeaders -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\Tests -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\win -I..\..\Tools\DumpRenderTree\TestNetscapePlugIn\Tests\win -I\win -IDerivedSources\WebKitLegacy\Interfaces -I..\..\Tools\DumpRenderTree\cairo -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\testing -IDerivedSources\WebCore -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"DumpRenderTreePrefix.h" /FI"DumpRenderTreePrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Tools/DumpRenderTree/DumpRenderTreeLib_SOURCES/DumpRenderTreePrefix.pch" /showIncludes /FoTools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\win\AccessibilityControllerWin.cpp.obj /FdTools\DumpRenderTree\CMakeFiles\DumpRenderTreeLib.dir\ -c ..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(70,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(126,12): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(135,16): error: no viable conversion from returned value of type 'nullptr_t' to function return type 'AccessibilityUIElement'
return nullptr;
^~~~~~~
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'nullptr_t' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(152,16): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(156,16): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(160,16): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
..\..\Tools\DumpRenderTree\win\AccessibilityControllerWin.cpp(171,16): error: no viable conversion from returned value of type 'int' to function return type 'AccessibilityUIElement'
return 0;
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(66,5): note: candidate constructor not viable: no known conversion from 'int' to 'PlatformUIElement' (aka 'COMPtr<IAccessible>') for 1st argument
AccessibilityUIElement(PlatformUIElement);
^
..\..\Tools\DumpRenderTree\AccessibilityUIElement.h(67,5): note: candidate constructor not viable: no known conversion from 'int' to 'const AccessibilityUIElement &' for 1st argument
AccessibilityUIElement(const AccessibilityUIElement&);
^
7 errors generated.
[12/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebNodeHighlight.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/WebNodeHighlight.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebNodeHighlight.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:29:
..\..\Source\WebKitLegacy\win/WebNodeHighlight.h(69,12): error: 'static' is invalid in friend declarations
friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
^~~~~~~
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(115,39): warning: 'QueryInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_ void** ppvObject);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(113,47): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE QueryInterface(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(116,37): warning: 'AddRef' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE AddRef();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(117,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE AddRef( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(117,37): warning: 'Release' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE Release();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(119,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE Release( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(120,39): warning: 'canShowMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42833,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(121,39): warning: 'canShowMIMETypeAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42837,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(122,39): warning: 'MIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42841,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(123,39): warning: 'setMIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(__inout_ecount_full(cMimeTypes) BSTR* mimeTypes, int cMimeTypes);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42844,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(124,39): warning: 'URLFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42848,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(125,39): warning: 'URLTitleFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* urlTitle);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42852,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(126,39): warning: 'initWithFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE initWithFrame(RECT frame, _In_ BSTR frameName, _In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42856,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE initWithFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(127,39): warning: 'setAccessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(_In_opt_ IAccessibilityDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42861,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(128,39): warning: 'accessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(_COM_Outptr_opt_ IAccessibilityDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42864,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(129,39): warning: 'setUIDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(_In_opt_ IWebUIDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42867,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(130,39): warning: 'uiDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE uiDelegate(_COM_Outptr_opt_ IWebUIDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42870,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE uiDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(131,39): warning: 'setResourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(_In_opt_ IWebResourceLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42873,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(132,39): warning: 'resourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(_COM_Outptr_opt_ IWebResourceLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42876,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(133,39): warning: 'setDownloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(_In_opt_ IWebDownloadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42879,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(134,39): warning: 'downloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(_COM_Outptr_opt_ IWebDownloadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42882,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(135,39): warning: 'setFrameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(_In_opt_ IWebFrameLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42885,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(136,39): warning: 'frameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(_COM_Outptr_opt_ IWebFrameLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42888,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(137,39): warning: 'setPolicyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(_In_opt_ IWebPolicyDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42891,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(138,39): warning: 'policyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE policyDelegate(_COM_Outptr_opt_ IWebPolicyDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42894,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE policyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(139,39): warning: 'mainFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42897,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(140,39): warning: 'focusedFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE focusedFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE focusedFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(141,39): warning: 'backForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backForwardList(_COM_Outptr_opt_ IWebBackForwardList**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42903,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(142,39): warning: 'setMaintainsBackForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(143,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(144,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(145,39): warning: 'goToBackForwardItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(_In_opt_ IWebHistoryItem*, _Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(146,39): warning: 'setTextSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(147,39): warning: 'textSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42922,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(148,39): warning: 'setApplicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(149,39): warning: 'applicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(150,39): warning: 'setCustomUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(151,39): warning: 'customUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(152,39): warning: 'userAgentForURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(_In_ BSTR url, _Deref_opt_out_ BSTR* userAgent);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(153,39): warning: 'supportsTextEncoding' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42941,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(154,39): warning: 'setCustomTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42944,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(155,39): warning: 'customTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42947,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(156,39): warning: 'setMediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42950,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(157,39): warning: 'mediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaStyle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(158,39): warning: 'stringByEvaluatingJavaScriptFromString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(_In_ BSTR script, _Deref_opt_out_ BSTR* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(159,39): warning: 'windowScriptObject' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(_COM_Outptr_opt_ IWebScriptObject**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42960,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(160,39): warning: 'setPreferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferences(_In_opt_ IWebPreferences*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42963,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(161,39): warning: 'preferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferences(_COM_Outptr_opt_ IWebPreferences**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(162,39): warning: 'setPreferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42969,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(163,39): warning: 'preferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(164,39): warning: 'setHostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHostWindow(_In_ HWND);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(165,39): warning: 'hostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hostWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(166,39): warning: 'searchFor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE searchFor(_In_ BSTR, BOOL forward, BOOL caseFlag, BOOL wrapFlag, _Out_ BOOL *found);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE searchFor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(167,39): warning: 'registerViewClass' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerViewClass(_In_opt_ IWebDocumentView*, _In_opt_ IWebDocumentRepresentation*, _In_ BSTR forMIMEType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerViewClass(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(168,39): warning: 'setGroupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGroupName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGroupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(169,39): warning: 'groupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE groupName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42996,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE groupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(170,39): warning: 'estimatedProgress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(171,39): warning: 'isLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isLoading(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(172,39): warning: 'elementAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(_In_ LPPOINT, _COM_Outptr_opt_ IPropertyBag** elementDictionary);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(173,39): warning: 'pasteboardTypesForSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(174,39): warning: 'writeSelectionWithPasteboardTypes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(__inout_ecount_full(cTypes) BSTR* types, int cTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(175,39): warning: 'pasteboardTypesForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(_In_opt_ IPropertyBag* elementDictionary, _COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(176,39): warning: 'writeElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeElement(_In_opt_ IPropertyBag* elementDictionary, __inout_ecount_full(cWithPasteboardTypes) BSTR* withPasteboardTypes, int cWithPasteboardTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43021,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(177,39): warning: 'selectedText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedText(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43027,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(178,39): warning: 'centerSelectionInVisibleArea' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43030,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(179,39): warning: 'moveDragCaretToPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43033,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(180,39): warning: 'removeDragCaret' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeDragCaret();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeDragCaret( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(181,39): warning: 'setDrawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43038,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(182,39): warning: 'drawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE drawsBackground(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43041,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE drawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(183,39): warning: 'setMainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(_In_ BSTR urlString);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43044,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(184,39): warning: 'mainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(185,39): warning: 'mainFrameDocument' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(_COM_Outptr_opt_ IDOMDocument**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43050,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(186,39): warning: 'mainFrameTitle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43053,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(187,39): warning: 'mainFrameIcon' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43056,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(188,39): warning: 'registerURLSchemeAsLocal' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(_In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43059,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(189,39): warning: 'close' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE close();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE close( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(192,39): warning: 'takeStringURLFrom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43645,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(193,39): warning: 'stopLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopLoading(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43648,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(194,39): warning: 'reload' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reload(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43651,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reload(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(195,39): warning: 'canGoBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoBack(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43654,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(196,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43658,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(197,39): warning: 'canGoForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoForward(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43661,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(198,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43665,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(199,39): warning: 'canMakeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43668,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(200,39): warning: 'makeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43672,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(201,39): warning: 'canMakeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43675,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(202,39): warning: 'makeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43679,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(203,39): warning: 'canMakeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43682,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(204,39): warning: 'makeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43686,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(205,39): warning: 'toggleContinuousSpellChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43689,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(206,39): warning: 'toggleSmartInsertDelete' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43692,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(207,39): warning: 'toggleGrammarChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43695,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(208,39): warning: 'reloadFromOrigin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43725,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(211,39): warning: 'computedStyleForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(_In_opt_ IDOMElement*, _In_ BSTR pseudoElement, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(214,39): warning: 'editableDOMRangeForPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(_In_ LPPOINT, _COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44065,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(215,39): warning: 'setSelectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(_In_opt_ IDOMRange*, WebSelectionAffinity);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44069,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(216,39): warning: 'selectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(_COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44073,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(217,39): warning: 'selectionAffinity' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(_Out_ WebSelectionAffinity*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44076,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(218,39): warning: 'setEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditable(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44079,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(219,39): warning: 'isEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isEditable(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(220,39): warning: 'setTypingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(221,39): warning: 'typingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE typingStyle(_COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44088,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE typingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(222,39): warning: 'setSmartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(223,39): warning: 'smartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44094,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(224,39): warning: 'setSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44143,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(225,39): warning: 'isSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44146,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(226,39): warning: 'setContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(227,39): warning: 'isContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44100,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(228,39): warning: 'spellCheckerDocumentTag' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(_Out_ int* tag);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44103,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(229,39): warning: 'undoManager' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE undoManager(_COM_Outptr_opt_ IWebUndoManager**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44106,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE undoManager(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(230,39): warning: 'setEditingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(_In_opt_ IWebEditingDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(231,39): warning: 'editingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingDelegate(_COM_Outptr_opt_ IWebEditingDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44112,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(232,39): warning: 'styleDeclarationWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(_In_ BSTR text, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(233,39): warning: 'hasSelectedRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44119,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(234,39): warning: 'cutEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cutEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44122,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cutEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(235,39): warning: 'copyEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44125,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(236,39): warning: 'pasteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44128,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(237,39): warning: 'deleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(238,39): warning: 'editingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(239,39): warning: 'isGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44137,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(240,39): warning: 'setGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44140,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(241,39): warning: 'setPageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43698,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(242,39): warning: 'pageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43701,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(243,39): warning: 'canZoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43704,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(244,39): warning: 'zoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43708,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(245,39): warning: 'canZoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43711,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(246,39): warning: 'zoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43715,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(247,39): warning: 'canResetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43718,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(248,39): warning: 'resetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43722,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(251,39): warning: 'replaceSelectionWithNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(_In_opt_ IDOMNode*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44411,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(252,39): warning: 'replaceSelectionWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44414,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(253,39): warning: 'replaceSelectionWithMarkupString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44417,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(254,39): warning: 'replaceSelectionWithArchive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(_In_opt_ IWebArchive*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44420,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(255,39): warning: 'deleteSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44423,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(256,39): warning: 'clearSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44425,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(257,39): warning: 'applyStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applyStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44427,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applyStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(260,39): warning: 'copy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copy(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44547,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(261,39): warning: 'cut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44550,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(262,39): warning: 'paste' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paste(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44553,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paste(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(263,39): warning: 'copyURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyURL(_In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44556,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(264,39): warning: 'copyFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44559,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(265,39): warning: 'pasteFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44562,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(266,39): warning: 'delete_' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE delete_(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44565,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE delete_(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(267,39): warning: 'pasteAsPlainText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44568,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(268,39): warning: 'pasteAsRichText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44571,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(269,39): warning: 'changeFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44574,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(270,39): warning: 'changeAttributes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeAttributes(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44577,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeAttributes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(271,39): warning: 'changeDocumentBackgroundColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44580,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(272,39): warning: 'changeColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44583,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(273,39): warning: 'alignCenter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignCenter(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44586,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignCenter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(274,39): warning: 'alignJustified' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignJustified(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44589,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignJustified(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(275,39): warning: 'alignLeft' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignLeft(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44592,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignLeft(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(276,39): warning: 'alignRight' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignRight(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44595,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignRight(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(277,39): warning: 'checkSpelling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE checkSpelling(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44598,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE checkSpelling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(278,39): warning: 'showGuessPanel' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44601,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(279,39): warning: 'performFindPanelAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44604,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(280,39): warning: 'startSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE startSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44607,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE startSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(281,39): warning: 'stopSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44610,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(284,39): warning: 'onNotify' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE onNotify(_In_opt_ IWebNotification*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(29311,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE onNotify(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(287,39): warning: 'MIMETypeForExtension' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(_In_ BSTR extension, _Deref_opt_out_ BSTR *mimeType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45032,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(288,39): warning: 'setCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(_In_opt_ IDropTarget*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44940,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(289,39): warning: 'removeCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44943,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(290,39): warning: 'setInViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44868,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(291,39): warning: 'inViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44871,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(292,39): warning: 'viewWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE viewWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44874,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE viewWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(293,39): warning: 'setFormDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(_In_opt_ IWebFormDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44877,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(294,39): warning: 'formDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE formDelegate(_COM_Outptr_opt_ IWebFormDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44880,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE formDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(295,39): warning: 'setFrameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(_In_opt_ IWebFrameLoadDelegatePrivate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44883,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(296,39): warning: 'frameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(_COM_Outptr_opt_ IWebFrameLoadDelegatePrivate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44886,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(297,39): warning: 'scrollOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollOffset(_Out_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44889,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollOffset(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(298,39): warning: 'scrollBy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollBy(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44892,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollBy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(299,39): warning: 'visibleContentRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(_Out_ LPRECT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44895,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(300,39): warning: 'updateFocusedAndActiveState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44898,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(301,39): warning: 'executeCoreCommandByName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(_In_ BSTR name, _In_ BSTR value);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44962,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(302,39): warning: 'clearMainFrameName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45015,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(303,39): warning: 'markAllMatchesForText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(_In_ BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, _Out_ UINT* matches);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(304,39): warning: 'unmarkAllTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44907,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(305,39): warning: 'rectsForTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(_COM_Outptr_opt_ IEnumTextMatches**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(306,39): warning: 'generateSelectionImage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(BOOL forceWhiteText, _Deref_opt_out_ HBITMAP* hBitmap);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(307,39): warning: 'selectionRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionRect(_Inout_ RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(308,39): warning: 'DragEnter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragEnter(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3511,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragEnter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(309,39): warning: 'DragOver' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragOver(DWORD grfKeyState, POINTL pt, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3517,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragOver(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(310,39): warning: 'DragLeave' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragLeave();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3522,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragLeave( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(311,39): warning: 'Drop' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE Drop(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3524,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE Drop(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(312,39): warning: 'canHandleRequest' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(_In_opt_ IWebURLRequest*, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(313,39): warning: 'standardUserAgentWithApplicationName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(_In_ BSTR applicationName, _Deref_opt_out_ BSTR *groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(314,39): warning: 'clearFocusNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearFocusNode();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44923,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearFocusNode( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(315,39): warning: 'setInitialFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(BOOL forward);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44945,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(316,39): warning: 'setTabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(317,39): warning: 'tabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(318,39): warning: 'setAllowSiteSpecificHacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(319,39): warning: 'addAdditionalPluginDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(320,39): warning: 'loadBackForwardListFromOtherView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(_In_opt_ IWebView*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(321,39): warning: 'inspector' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inspector(_COM_Outptr_opt_ IWebInspector**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44948,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inspector(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(322,39): warning: 'clearUndoRedoOperations' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44951,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(323,39): warning: 'shouldClose' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE shouldClose(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44959,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE shouldClose(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(324,39): warning: 'setProhibitsMainFrameScrolling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(325,39): warning: 'setShouldApplyMacFontAscentHack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(326,39): warning: 'windowAncestryDidChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(327,39): warning: 'paintDocumentRectToContext' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(RECT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44968,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(328,39): warning: 'paintScrollViewRectToContextAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(RECT, POINT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45136,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(329,39): warning: 'reportException' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reportException(_In_ JSContextRef, _In_ JSValueRef exception);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45141,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE reportException(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(330,39): warning: 'elementFromJS' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementFromJS(_In_ JSContextRef, _In_ JSValueRef nodeObject, _COM_Outptr_opt_ IDOMElement**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45145,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE elementFromJS(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(331,39): warning: 'setCustomHTMLTokenizerTimeDelay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44982,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(332,39): warning: 'setCustomHTMLTokenizerChunkSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(int);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44985,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(333,39): warning: 'backingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingStore(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(334,39): warning: 'setTransparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTransparent(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44991,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTransparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(335,39): warning: 'transparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE transparent(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44994,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE transparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(336,39): warning: 'setDefersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(337,39): warning: 'defersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(338,39): warning: 'globalHistoryItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(_COM_Outptr_opt_ IWebHistoryItem**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(339,39): warning: 'setAlwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(340,39): warning: 'alwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45000,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(341,39): warning: 'setCookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45003,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(342,39): warning: 'cookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45006,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(343,39): warning: 'setMediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(344,39): warning: 'mediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaVolume(_Out_ float* volume);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(345,39): warning: 'registerEmbeddedViewMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45020,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(346,39): warning: 'setMemoryCacheDelegateCallsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45023,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(347,39): warning: 'setJavaScriptURLsAreAllowed' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45026,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(348,39): warning: 'setCanStartPlugins' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45029,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(349,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(352,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(354,39): warning: 'removeUserScriptFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45057,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(355,39): warning: 'removeUserStyleSheetFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(356,39): warning: 'removeUserScriptsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45067,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(357,39): warning: 'removeUserStyleSheetsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45071,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(358,39): warning: 'removeAllUserContentFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(_In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45075,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(359,39): warning: 'unused1' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused1();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45078,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused1( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(360,39): warning: 'unused2' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused2();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45080,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused2( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(361,39): warning: 'invalidateBackingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(_In_opt_ const RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(362,39): warning: 'addOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(363,39): warning: 'removeOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(364,39): warning: 'resetOriginAccessWhitelists' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(365,39): warning: 'setHistoryDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(_In_ IWebHistoryDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45099,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(366,39): warning: 'historyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE historyDelegate(_COM_Outptr_opt_ IWebHistoryDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45102,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE historyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(367,39): warning: 'addVisitedLinks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(__inout_ecount_full(visitedURLCount) BSTR* visitedURLs, unsigned visitedURLCount);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45105,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(368,39): warning: 'unused3' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused3();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused3( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(369,39): warning: 'unused4' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused4();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45111,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused4( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(370,39): warning: 'unused5' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused5();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45113,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused5( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(371,39): warning: 'setGeolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(_In_opt_ IWebGeolocationProvider*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(372,39): warning: 'geolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(_COM_Outptr_opt_ IWebGeolocationProvider**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45118,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(373,39): warning: 'geolocationDidChangePosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(_In_opt_ IWebGeolocationPosition* position);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45121,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(374,39): warning: 'geolocationDidFailWithError' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(_In_opt_ IWebError* error);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45124,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(375,39): warning: 'setDomainRelaxationForbiddenForURLScheme' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, _In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45127,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(376,39): warning: 'registerURLSchemeAsSecure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(377,39): warning: 'registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45168,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(378,39): warning: 'registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45171,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(379,39): warning: 'nextDisplayIsSynchronous' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(380,39): warning: 'defaultMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45150,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(381,39): warning: 'setMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45153,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(382,39): warning: 'httpPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45156,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(383,39): warning: 'setHTTPPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45159,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(384,39): warning: 'setUsesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45162,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(385,39): warning: 'usesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45165,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(388,31): warning: 'setLoadResourcesSerially' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45990,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(389,31): warning: 'scaleWebView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE scaleWebView(double scale, POINT origin);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scaleWebView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(390,31): warning: 'dispatchPendingLoadRequests' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(391,39): warning: 'setCustomBackingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(392,39): warning: 'backingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(393,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(395,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(399,31): warning: 'layerTreeAsString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE layerTreeAsString(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE layerTreeAsString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(400,31): warning: 'findString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE findString(_In_ BSTR, WebFindOptions, _Deref_opt_out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE findString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(403,31): warning: 'setVisibilityState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setVisibilityState(WebPageVisibilityState);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(47806,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setVisibilityState(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(406,31): warning: 'exitFullscreenIfNeeded' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(48693,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(533,31): warning: 'setCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setCompositionForTesting(_In_ BSTR composition, UINT from, UINT length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45174,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(534,31): warning: 'hasCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE hasCompositionForTesting(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45179,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(535,31): warning: 'confirmCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(_In_ BSTR composition);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45182,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(536,31): warning: 'compositionRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE compositionRangeForTesting(_Out_ UINT* startPosition, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45185,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE compositionRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(537,31): warning: 'firstRectForCharacterRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(UINT location, UINT length, _Out_ RECT* resultRect);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45189,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(538,31): warning: 'selectedRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE selectedRangeForTesting(_Out_ UINT* location, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45194,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(540,11): warning: 'deviceScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
float deviceScaleFactor() const;
^
DerivedSources\ForwardingHeaders\WebCore/GraphicsLayerClient.h(115,19): note: overridden virtual function is here
virtual float deviceScaleFactor() const { return 1; }
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(606,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(609,18): warning: 'fullScreenClientWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(35,18): note: overridden virtual function is here
virtual HWND fullScreenClientWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(610,18): warning: 'fullScreenClientParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientParentWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(36,18): note: overridden virtual function is here
virtual HWND fullScreenClientParentWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(611,18): warning: 'fullScreenClientSetParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSetParentWindow(HWND);
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(37,18): note: overridden virtual function is here
virtual void fullScreenClientSetParentWindow(HWND) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(612,18): warning: 'fullScreenClientWillEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(38,18): note: overridden virtual function is here
virtual void fullScreenClientWillEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(613,18): warning: 'fullScreenClientDidEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(39,18): note: overridden virtual function is here
virtual void fullScreenClientDidEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(614,18): warning: 'fullScreenClientWillExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(40,18): note: overridden virtual function is here
virtual void fullScreenClientWillExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(615,18): warning: 'fullScreenClientDidExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(41,18): note: overridden virtual function is here
virtual void fullScreenClientDidExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(616,18): warning: 'fullScreenClientForceRepaint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientForceRepaint();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(42,18): note: overridden virtual function is here
virtual void fullScreenClientForceRepaint() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(617,18): warning: 'fullScreenClientSaveScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSaveScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(43,18): note: overridden virtual function is here
virtual void fullScreenClientSaveScrollPosition() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp:31:
..\..\Source\WebKitLegacy\win/WebView.h(618,18): warning: 'fullScreenClientRestoreScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientRestoreScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(44,18): note: overridden virtual function is here
virtual void fullScreenClientRestoreScrollPosition() = 0;
^
..\..\Source\WebKitLegacy\win\WebNodeHighlight.cpp(198,27): error: use of undeclared identifier 'OverlayWndProc'
wcex.lpfnWndProc = OverlayWndProc;
^
281 warnings and 2 errors generated.
[13/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebInspector.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/WebInspector.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebInspector.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\WebInspector.cpp
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:31:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.h(144,5): error: 'static' is invalid in friend declarations
static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
^~~~~~~
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.h(128,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:32:
..\..\Source\WebKitLegacy\win/WebKitDLL.h(53,37): warning: 'gClassNameCount' has C-linkage specified, but returns user-defined type 'HashCountedSet<WTF::String> &' which is incompatible with C [-Wreturn-type-c-linkage]
extern HashCountedSet<WTF::String>& gClassNameCount();
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(115,39): warning: 'QueryInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_ void** ppvObject);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(113,47): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE QueryInterface(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(116,37): warning: 'AddRef' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE AddRef();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(117,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE AddRef( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(117,37): warning: 'Release' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE Release();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(119,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE Release( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(120,39): warning: 'canShowMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42833,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(121,39): warning: 'canShowMIMETypeAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42837,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(122,39): warning: 'MIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42841,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(123,39): warning: 'setMIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(__inout_ecount_full(cMimeTypes) BSTR* mimeTypes, int cMimeTypes);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42844,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(124,39): warning: 'URLFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42848,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(125,39): warning: 'URLTitleFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* urlTitle);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42852,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(126,39): warning: 'initWithFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE initWithFrame(RECT frame, _In_ BSTR frameName, _In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42856,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE initWithFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(127,39): warning: 'setAccessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(_In_opt_ IAccessibilityDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42861,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(128,39): warning: 'accessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(_COM_Outptr_opt_ IAccessibilityDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42864,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(129,39): warning: 'setUIDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(_In_opt_ IWebUIDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42867,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(130,39): warning: 'uiDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE uiDelegate(_COM_Outptr_opt_ IWebUIDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42870,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE uiDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(131,39): warning: 'setResourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(_In_opt_ IWebResourceLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42873,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(132,39): warning: 'resourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(_COM_Outptr_opt_ IWebResourceLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42876,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(133,39): warning: 'setDownloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(_In_opt_ IWebDownloadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42879,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(134,39): warning: 'downloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(_COM_Outptr_opt_ IWebDownloadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42882,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(135,39): warning: 'setFrameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(_In_opt_ IWebFrameLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42885,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(136,39): warning: 'frameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(_COM_Outptr_opt_ IWebFrameLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42888,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(137,39): warning: 'setPolicyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(_In_opt_ IWebPolicyDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42891,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(138,39): warning: 'policyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE policyDelegate(_COM_Outptr_opt_ IWebPolicyDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42894,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE policyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(139,39): warning: 'mainFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42897,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(140,39): warning: 'focusedFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE focusedFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE focusedFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(141,39): warning: 'backForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backForwardList(_COM_Outptr_opt_ IWebBackForwardList**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42903,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(142,39): warning: 'setMaintainsBackForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(143,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(144,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(145,39): warning: 'goToBackForwardItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(_In_opt_ IWebHistoryItem*, _Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(146,39): warning: 'setTextSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(147,39): warning: 'textSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42922,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(148,39): warning: 'setApplicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(149,39): warning: 'applicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(150,39): warning: 'setCustomUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(151,39): warning: 'customUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(152,39): warning: 'userAgentForURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(_In_ BSTR url, _Deref_opt_out_ BSTR* userAgent);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(153,39): warning: 'supportsTextEncoding' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42941,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(154,39): warning: 'setCustomTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42944,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(155,39): warning: 'customTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42947,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(156,39): warning: 'setMediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42950,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(157,39): warning: 'mediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaStyle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(158,39): warning: 'stringByEvaluatingJavaScriptFromString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(_In_ BSTR script, _Deref_opt_out_ BSTR* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(159,39): warning: 'windowScriptObject' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(_COM_Outptr_opt_ IWebScriptObject**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42960,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(160,39): warning: 'setPreferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferences(_In_opt_ IWebPreferences*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42963,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(161,39): warning: 'preferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferences(_COM_Outptr_opt_ IWebPreferences**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(162,39): warning: 'setPreferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42969,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(163,39): warning: 'preferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(164,39): warning: 'setHostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHostWindow(_In_ HWND);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(165,39): warning: 'hostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hostWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(166,39): warning: 'searchFor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE searchFor(_In_ BSTR, BOOL forward, BOOL caseFlag, BOOL wrapFlag, _Out_ BOOL *found);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE searchFor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(167,39): warning: 'registerViewClass' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerViewClass(_In_opt_ IWebDocumentView*, _In_opt_ IWebDocumentRepresentation*, _In_ BSTR forMIMEType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerViewClass(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(168,39): warning: 'setGroupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGroupName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGroupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(169,39): warning: 'groupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE groupName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42996,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE groupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(170,39): warning: 'estimatedProgress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(171,39): warning: 'isLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isLoading(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(172,39): warning: 'elementAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(_In_ LPPOINT, _COM_Outptr_opt_ IPropertyBag** elementDictionary);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(173,39): warning: 'pasteboardTypesForSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(174,39): warning: 'writeSelectionWithPasteboardTypes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(__inout_ecount_full(cTypes) BSTR* types, int cTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(175,39): warning: 'pasteboardTypesForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(_In_opt_ IPropertyBag* elementDictionary, _COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(176,39): warning: 'writeElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeElement(_In_opt_ IPropertyBag* elementDictionary, __inout_ecount_full(cWithPasteboardTypes) BSTR* withPasteboardTypes, int cWithPasteboardTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43021,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(177,39): warning: 'selectedText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedText(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43027,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(178,39): warning: 'centerSelectionInVisibleArea' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43030,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(179,39): warning: 'moveDragCaretToPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43033,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(180,39): warning: 'removeDragCaret' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeDragCaret();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeDragCaret( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(181,39): warning: 'setDrawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43038,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(182,39): warning: 'drawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE drawsBackground(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43041,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE drawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(183,39): warning: 'setMainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(_In_ BSTR urlString);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43044,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(184,39): warning: 'mainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(185,39): warning: 'mainFrameDocument' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(_COM_Outptr_opt_ IDOMDocument**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43050,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(186,39): warning: 'mainFrameTitle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43053,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(187,39): warning: 'mainFrameIcon' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43056,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(188,39): warning: 'registerURLSchemeAsLocal' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(_In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43059,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(189,39): warning: 'close' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE close();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE close( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(192,39): warning: 'takeStringURLFrom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43645,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(193,39): warning: 'stopLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopLoading(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43648,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(194,39): warning: 'reload' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reload(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43651,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reload(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(195,39): warning: 'canGoBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoBack(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43654,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(196,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43658,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(197,39): warning: 'canGoForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoForward(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43661,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(198,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43665,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(199,39): warning: 'canMakeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43668,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(200,39): warning: 'makeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43672,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(201,39): warning: 'canMakeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43675,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(202,39): warning: 'makeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43679,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(203,39): warning: 'canMakeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43682,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(204,39): warning: 'makeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43686,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(205,39): warning: 'toggleContinuousSpellChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43689,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(206,39): warning: 'toggleSmartInsertDelete' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43692,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(207,39): warning: 'toggleGrammarChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43695,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(208,39): warning: 'reloadFromOrigin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43725,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(211,39): warning: 'computedStyleForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(_In_opt_ IDOMElement*, _In_ BSTR pseudoElement, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(214,39): warning: 'editableDOMRangeForPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(_In_ LPPOINT, _COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44065,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(215,39): warning: 'setSelectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(_In_opt_ IDOMRange*, WebSelectionAffinity);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44069,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(216,39): warning: 'selectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(_COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44073,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(217,39): warning: 'selectionAffinity' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(_Out_ WebSelectionAffinity*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44076,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(218,39): warning: 'setEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditable(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44079,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(219,39): warning: 'isEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isEditable(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(220,39): warning: 'setTypingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(221,39): warning: 'typingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE typingStyle(_COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44088,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE typingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(222,39): warning: 'setSmartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(223,39): warning: 'smartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44094,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(224,39): warning: 'setSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44143,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(225,39): warning: 'isSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44146,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(226,39): warning: 'setContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(227,39): warning: 'isContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44100,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(228,39): warning: 'spellCheckerDocumentTag' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(_Out_ int* tag);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44103,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(229,39): warning: 'undoManager' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE undoManager(_COM_Outptr_opt_ IWebUndoManager**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44106,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE undoManager(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(230,39): warning: 'setEditingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(_In_opt_ IWebEditingDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(231,39): warning: 'editingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingDelegate(_COM_Outptr_opt_ IWebEditingDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44112,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(232,39): warning: 'styleDeclarationWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(_In_ BSTR text, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(233,39): warning: 'hasSelectedRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44119,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(234,39): warning: 'cutEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cutEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44122,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cutEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(235,39): warning: 'copyEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44125,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(236,39): warning: 'pasteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44128,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(237,39): warning: 'deleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(238,39): warning: 'editingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(239,39): warning: 'isGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44137,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(240,39): warning: 'setGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44140,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(241,39): warning: 'setPageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43698,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(242,39): warning: 'pageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43701,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(243,39): warning: 'canZoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43704,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(244,39): warning: 'zoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43708,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(245,39): warning: 'canZoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43711,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(246,39): warning: 'zoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43715,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(247,39): warning: 'canResetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43718,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(248,39): warning: 'resetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43722,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(251,39): warning: 'replaceSelectionWithNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(_In_opt_ IDOMNode*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44411,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(252,39): warning: 'replaceSelectionWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44414,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(253,39): warning: 'replaceSelectionWithMarkupString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44417,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(254,39): warning: 'replaceSelectionWithArchive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(_In_opt_ IWebArchive*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44420,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(255,39): warning: 'deleteSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44423,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(256,39): warning: 'clearSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44425,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(257,39): warning: 'applyStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applyStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44427,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applyStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(260,39): warning: 'copy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copy(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44547,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(261,39): warning: 'cut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44550,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(262,39): warning: 'paste' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paste(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44553,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paste(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(263,39): warning: 'copyURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyURL(_In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44556,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(264,39): warning: 'copyFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44559,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(265,39): warning: 'pasteFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44562,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(266,39): warning: 'delete_' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE delete_(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44565,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE delete_(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(267,39): warning: 'pasteAsPlainText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44568,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(268,39): warning: 'pasteAsRichText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44571,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(269,39): warning: 'changeFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44574,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(270,39): warning: 'changeAttributes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeAttributes(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44577,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeAttributes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(271,39): warning: 'changeDocumentBackgroundColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44580,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(272,39): warning: 'changeColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44583,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(273,39): warning: 'alignCenter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignCenter(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44586,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignCenter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(274,39): warning: 'alignJustified' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignJustified(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44589,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignJustified(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(275,39): warning: 'alignLeft' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignLeft(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44592,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignLeft(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(276,39): warning: 'alignRight' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignRight(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44595,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignRight(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(277,39): warning: 'checkSpelling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE checkSpelling(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44598,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE checkSpelling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(278,39): warning: 'showGuessPanel' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44601,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(279,39): warning: 'performFindPanelAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44604,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(280,39): warning: 'startSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE startSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44607,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE startSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(281,39): warning: 'stopSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44610,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(284,39): warning: 'onNotify' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE onNotify(_In_opt_ IWebNotification*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(29311,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE onNotify(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(287,39): warning: 'MIMETypeForExtension' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(_In_ BSTR extension, _Deref_opt_out_ BSTR *mimeType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45032,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(288,39): warning: 'setCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(_In_opt_ IDropTarget*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44940,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(289,39): warning: 'removeCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44943,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(290,39): warning: 'setInViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44868,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(291,39): warning: 'inViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44871,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(292,39): warning: 'viewWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE viewWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44874,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE viewWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(293,39): warning: 'setFormDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(_In_opt_ IWebFormDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44877,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(294,39): warning: 'formDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE formDelegate(_COM_Outptr_opt_ IWebFormDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44880,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE formDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(295,39): warning: 'setFrameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(_In_opt_ IWebFrameLoadDelegatePrivate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44883,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(296,39): warning: 'frameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(_COM_Outptr_opt_ IWebFrameLoadDelegatePrivate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44886,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(297,39): warning: 'scrollOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollOffset(_Out_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44889,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollOffset(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(298,39): warning: 'scrollBy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollBy(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44892,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollBy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(299,39): warning: 'visibleContentRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(_Out_ LPRECT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44895,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(300,39): warning: 'updateFocusedAndActiveState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44898,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(301,39): warning: 'executeCoreCommandByName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(_In_ BSTR name, _In_ BSTR value);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44962,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(302,39): warning: 'clearMainFrameName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45015,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(303,39): warning: 'markAllMatchesForText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(_In_ BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, _Out_ UINT* matches);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(304,39): warning: 'unmarkAllTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44907,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(305,39): warning: 'rectsForTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(_COM_Outptr_opt_ IEnumTextMatches**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(306,39): warning: 'generateSelectionImage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(BOOL forceWhiteText, _Deref_opt_out_ HBITMAP* hBitmap);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(307,39): warning: 'selectionRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionRect(_Inout_ RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(308,39): warning: 'DragEnter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragEnter(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3511,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragEnter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(309,39): warning: 'DragOver' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragOver(DWORD grfKeyState, POINTL pt, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3517,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragOver(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(310,39): warning: 'DragLeave' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragLeave();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3522,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragLeave( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(311,39): warning: 'Drop' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE Drop(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3524,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE Drop(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(312,39): warning: 'canHandleRequest' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(_In_opt_ IWebURLRequest*, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(313,39): warning: 'standardUserAgentWithApplicationName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(_In_ BSTR applicationName, _Deref_opt_out_ BSTR *groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(314,39): warning: 'clearFocusNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearFocusNode();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44923,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearFocusNode( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(315,39): warning: 'setInitialFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(BOOL forward);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44945,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(316,39): warning: 'setTabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(317,39): warning: 'tabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(318,39): warning: 'setAllowSiteSpecificHacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(319,39): warning: 'addAdditionalPluginDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(320,39): warning: 'loadBackForwardListFromOtherView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(_In_opt_ IWebView*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(321,39): warning: 'inspector' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inspector(_COM_Outptr_opt_ IWebInspector**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44948,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inspector(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(322,39): warning: 'clearUndoRedoOperations' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44951,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(323,39): warning: 'shouldClose' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE shouldClose(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44959,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE shouldClose(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(324,39): warning: 'setProhibitsMainFrameScrolling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(325,39): warning: 'setShouldApplyMacFontAscentHack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(326,39): warning: 'windowAncestryDidChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(327,39): warning: 'paintDocumentRectToContext' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(RECT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44968,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(328,39): warning: 'paintScrollViewRectToContextAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(RECT, POINT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45136,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(329,39): warning: 'reportException' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reportException(_In_ JSContextRef, _In_ JSValueRef exception);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45141,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE reportException(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(330,39): warning: 'elementFromJS' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementFromJS(_In_ JSContextRef, _In_ JSValueRef nodeObject, _COM_Outptr_opt_ IDOMElement**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45145,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE elementFromJS(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(331,39): warning: 'setCustomHTMLTokenizerTimeDelay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44982,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(332,39): warning: 'setCustomHTMLTokenizerChunkSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(int);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44985,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(333,39): warning: 'backingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingStore(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(334,39): warning: 'setTransparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTransparent(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44991,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTransparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(335,39): warning: 'transparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE transparent(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44994,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE transparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(336,39): warning: 'setDefersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(337,39): warning: 'defersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(338,39): warning: 'globalHistoryItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(_COM_Outptr_opt_ IWebHistoryItem**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(339,39): warning: 'setAlwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(340,39): warning: 'alwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45000,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(341,39): warning: 'setCookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45003,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(342,39): warning: 'cookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45006,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(343,39): warning: 'setMediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(344,39): warning: 'mediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaVolume(_Out_ float* volume);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(345,39): warning: 'registerEmbeddedViewMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45020,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(346,39): warning: 'setMemoryCacheDelegateCallsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45023,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(347,39): warning: 'setJavaScriptURLsAreAllowed' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45026,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(348,39): warning: 'setCanStartPlugins' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45029,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(349,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(352,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(354,39): warning: 'removeUserScriptFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45057,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(355,39): warning: 'removeUserStyleSheetFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(356,39): warning: 'removeUserScriptsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45067,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(357,39): warning: 'removeUserStyleSheetsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45071,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(358,39): warning: 'removeAllUserContentFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(_In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45075,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(359,39): warning: 'unused1' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused1();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45078,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused1( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(360,39): warning: 'unused2' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused2();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45080,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused2( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(361,39): warning: 'invalidateBackingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(_In_opt_ const RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(362,39): warning: 'addOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(363,39): warning: 'removeOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(364,39): warning: 'resetOriginAccessWhitelists' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(365,39): warning: 'setHistoryDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(_In_ IWebHistoryDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45099,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(366,39): warning: 'historyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE historyDelegate(_COM_Outptr_opt_ IWebHistoryDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45102,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE historyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(367,39): warning: 'addVisitedLinks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(__inout_ecount_full(visitedURLCount) BSTR* visitedURLs, unsigned visitedURLCount);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45105,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(368,39): warning: 'unused3' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused3();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused3( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(369,39): warning: 'unused4' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused4();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45111,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused4( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(370,39): warning: 'unused5' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused5();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45113,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused5( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(371,39): warning: 'setGeolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(_In_opt_ IWebGeolocationProvider*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(372,39): warning: 'geolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(_COM_Outptr_opt_ IWebGeolocationProvider**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45118,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(373,39): warning: 'geolocationDidChangePosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(_In_opt_ IWebGeolocationPosition* position);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45121,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(374,39): warning: 'geolocationDidFailWithError' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(_In_opt_ IWebError* error);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45124,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(375,39): warning: 'setDomainRelaxationForbiddenForURLScheme' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, _In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45127,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(376,39): warning: 'registerURLSchemeAsSecure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(377,39): warning: 'registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45168,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(378,39): warning: 'registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45171,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(379,39): warning: 'nextDisplayIsSynchronous' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(380,39): warning: 'defaultMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45150,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(381,39): warning: 'setMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45153,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(382,39): warning: 'httpPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45156,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(383,39): warning: 'setHTTPPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45159,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(384,39): warning: 'setUsesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45162,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(385,39): warning: 'usesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45165,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(388,31): warning: 'setLoadResourcesSerially' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45990,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(389,31): warning: 'scaleWebView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE scaleWebView(double scale, POINT origin);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scaleWebView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(390,31): warning: 'dispatchPendingLoadRequests' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(391,39): warning: 'setCustomBackingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(392,39): warning: 'backingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(393,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(395,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(399,31): warning: 'layerTreeAsString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE layerTreeAsString(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE layerTreeAsString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(400,31): warning: 'findString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE findString(_In_ BSTR, WebFindOptions, _Deref_opt_out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE findString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(403,31): warning: 'setVisibilityState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setVisibilityState(WebPageVisibilityState);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(47806,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setVisibilityState(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(406,31): warning: 'exitFullscreenIfNeeded' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(48693,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(533,31): warning: 'setCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setCompositionForTesting(_In_ BSTR composition, UINT from, UINT length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45174,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(534,31): warning: 'hasCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE hasCompositionForTesting(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45179,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(535,31): warning: 'confirmCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(_In_ BSTR composition);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45182,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(536,31): warning: 'compositionRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE compositionRangeForTesting(_Out_ UINT* startPosition, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45185,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE compositionRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(537,31): warning: 'firstRectForCharacterRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(UINT location, UINT length, _Out_ RECT* resultRect);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45189,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(538,31): warning: 'selectedRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE selectedRangeForTesting(_Out_ UINT* location, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45194,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(540,11): warning: 'deviceScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
float deviceScaleFactor() const;
^
DerivedSources\ForwardingHeaders\WebCore/GraphicsLayerClient.h(115,19): note: overridden virtual function is here
virtual float deviceScaleFactor() const { return 1; }
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(606,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(609,18): warning: 'fullScreenClientWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(35,18): note: overridden virtual function is here
virtual HWND fullScreenClientWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(610,18): warning: 'fullScreenClientParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientParentWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(36,18): note: overridden virtual function is here
virtual HWND fullScreenClientParentWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(611,18): warning: 'fullScreenClientSetParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSetParentWindow(HWND);
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(37,18): note: overridden virtual function is here
virtual void fullScreenClientSetParentWindow(HWND) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(612,18): warning: 'fullScreenClientWillEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(38,18): note: overridden virtual function is here
virtual void fullScreenClientWillEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(613,18): warning: 'fullScreenClientDidEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(39,18): note: overridden virtual function is here
virtual void fullScreenClientDidEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(614,18): warning: 'fullScreenClientWillExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(40,18): note: overridden virtual function is here
virtual void fullScreenClientWillExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(615,18): warning: 'fullScreenClientDidExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(41,18): note: overridden virtual function is here
virtual void fullScreenClientDidExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(616,18): warning: 'fullScreenClientForceRepaint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientForceRepaint();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(42,18): note: overridden virtual function is here
virtual void fullScreenClientForceRepaint() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(617,18): warning: 'fullScreenClientSaveScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSaveScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(43,18): note: overridden virtual function is here
virtual void fullScreenClientSaveScrollPosition() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebInspector.cpp:33:
..\..\Source\WebKitLegacy\win/WebView.h(618,18): warning: 'fullScreenClientRestoreScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientRestoreScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(44,18): note: overridden virtual function is here
virtual void fullScreenClientRestoreScrollPosition() = 0;
^
283 warnings and 1 error generated.
[14/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebCoreSupport\WebInspectorClient.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/WebCoreSupport/WebInspectorClient.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebCoreSupport\WebInspectorClient.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:29:
..\..\Source\WebKitLegacy\win\WebCoreSupport/WebInspectorClient.h(144,5): error: 'static' is invalid in friend declarations
static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
^~~~~~~
..\..\Source\WebKitLegacy\win\WebCoreSupport/WebInspectorClient.h(128,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:34:
..\..\Source\WebKitLegacy\win\WebNodeHighlight.h(69,12): error: 'static' is invalid in friend declarations
friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
^~~~~~~
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(115,39): warning: 'QueryInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_ void** ppvObject);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(113,47): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE QueryInterface(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(116,37): warning: 'AddRef' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE AddRef();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(117,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE AddRef( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(117,37): warning: 'Release' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE Release();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(119,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE Release( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(120,39): warning: 'canShowMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42833,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(121,39): warning: 'canShowMIMETypeAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42837,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(122,39): warning: 'MIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42841,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(123,39): warning: 'setMIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(__inout_ecount_full(cMimeTypes) BSTR* mimeTypes, int cMimeTypes);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42844,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(124,39): warning: 'URLFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42848,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(125,39): warning: 'URLTitleFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* urlTitle);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42852,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(126,39): warning: 'initWithFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE initWithFrame(RECT frame, _In_ BSTR frameName, _In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42856,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE initWithFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(127,39): warning: 'setAccessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(_In_opt_ IAccessibilityDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42861,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(128,39): warning: 'accessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(_COM_Outptr_opt_ IAccessibilityDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42864,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(129,39): warning: 'setUIDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(_In_opt_ IWebUIDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42867,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(130,39): warning: 'uiDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE uiDelegate(_COM_Outptr_opt_ IWebUIDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42870,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE uiDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(131,39): warning: 'setResourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(_In_opt_ IWebResourceLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42873,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(132,39): warning: 'resourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(_COM_Outptr_opt_ IWebResourceLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42876,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(133,39): warning: 'setDownloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(_In_opt_ IWebDownloadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42879,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(134,39): warning: 'downloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(_COM_Outptr_opt_ IWebDownloadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42882,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(135,39): warning: 'setFrameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(_In_opt_ IWebFrameLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42885,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(136,39): warning: 'frameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(_COM_Outptr_opt_ IWebFrameLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42888,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(137,39): warning: 'setPolicyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(_In_opt_ IWebPolicyDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42891,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(138,39): warning: 'policyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE policyDelegate(_COM_Outptr_opt_ IWebPolicyDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42894,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE policyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(139,39): warning: 'mainFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42897,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(140,39): warning: 'focusedFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE focusedFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE focusedFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(141,39): warning: 'backForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backForwardList(_COM_Outptr_opt_ IWebBackForwardList**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42903,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(142,39): warning: 'setMaintainsBackForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(143,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(144,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(145,39): warning: 'goToBackForwardItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(_In_opt_ IWebHistoryItem*, _Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(146,39): warning: 'setTextSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(147,39): warning: 'textSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42922,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(148,39): warning: 'setApplicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(149,39): warning: 'applicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(150,39): warning: 'setCustomUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(151,39): warning: 'customUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(152,39): warning: 'userAgentForURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(_In_ BSTR url, _Deref_opt_out_ BSTR* userAgent);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(153,39): warning: 'supportsTextEncoding' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42941,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(154,39): warning: 'setCustomTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42944,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(155,39): warning: 'customTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42947,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(156,39): warning: 'setMediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42950,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(157,39): warning: 'mediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaStyle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(158,39): warning: 'stringByEvaluatingJavaScriptFromString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(_In_ BSTR script, _Deref_opt_out_ BSTR* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(159,39): warning: 'windowScriptObject' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(_COM_Outptr_opt_ IWebScriptObject**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42960,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(160,39): warning: 'setPreferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferences(_In_opt_ IWebPreferences*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42963,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(161,39): warning: 'preferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferences(_COM_Outptr_opt_ IWebPreferences**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(162,39): warning: 'setPreferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42969,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(163,39): warning: 'preferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(164,39): warning: 'setHostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHostWindow(_In_ HWND);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(165,39): warning: 'hostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hostWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(166,39): warning: 'searchFor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE searchFor(_In_ BSTR, BOOL forward, BOOL caseFlag, BOOL wrapFlag, _Out_ BOOL *found);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE searchFor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(167,39): warning: 'registerViewClass' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerViewClass(_In_opt_ IWebDocumentView*, _In_opt_ IWebDocumentRepresentation*, _In_ BSTR forMIMEType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerViewClass(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(168,39): warning: 'setGroupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGroupName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGroupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(169,39): warning: 'groupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE groupName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42996,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE groupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(170,39): warning: 'estimatedProgress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(171,39): warning: 'isLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isLoading(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(172,39): warning: 'elementAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(_In_ LPPOINT, _COM_Outptr_opt_ IPropertyBag** elementDictionary);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(173,39): warning: 'pasteboardTypesForSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(174,39): warning: 'writeSelectionWithPasteboardTypes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(__inout_ecount_full(cTypes) BSTR* types, int cTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(175,39): warning: 'pasteboardTypesForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(_In_opt_ IPropertyBag* elementDictionary, _COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(176,39): warning: 'writeElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeElement(_In_opt_ IPropertyBag* elementDictionary, __inout_ecount_full(cWithPasteboardTypes) BSTR* withPasteboardTypes, int cWithPasteboardTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43021,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(177,39): warning: 'selectedText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedText(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43027,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(178,39): warning: 'centerSelectionInVisibleArea' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43030,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(179,39): warning: 'moveDragCaretToPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43033,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(180,39): warning: 'removeDragCaret' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeDragCaret();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeDragCaret( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(181,39): warning: 'setDrawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43038,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(182,39): warning: 'drawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE drawsBackground(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43041,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE drawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(183,39): warning: 'setMainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(_In_ BSTR urlString);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43044,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(184,39): warning: 'mainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(185,39): warning: 'mainFrameDocument' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(_COM_Outptr_opt_ IDOMDocument**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43050,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(186,39): warning: 'mainFrameTitle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43053,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(187,39): warning: 'mainFrameIcon' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43056,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(188,39): warning: 'registerURLSchemeAsLocal' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(_In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43059,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(189,39): warning: 'close' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE close();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE close( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(192,39): warning: 'takeStringURLFrom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43645,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(193,39): warning: 'stopLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopLoading(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43648,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(194,39): warning: 'reload' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reload(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43651,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reload(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(195,39): warning: 'canGoBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoBack(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43654,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(196,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43658,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(197,39): warning: 'canGoForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoForward(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43661,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(198,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43665,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(199,39): warning: 'canMakeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43668,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(200,39): warning: 'makeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43672,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(201,39): warning: 'canMakeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43675,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(202,39): warning: 'makeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43679,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(203,39): warning: 'canMakeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43682,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(204,39): warning: 'makeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43686,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(205,39): warning: 'toggleContinuousSpellChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43689,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(206,39): warning: 'toggleSmartInsertDelete' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43692,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(207,39): warning: 'toggleGrammarChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43695,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(208,39): warning: 'reloadFromOrigin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43725,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(211,39): warning: 'computedStyleForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(_In_opt_ IDOMElement*, _In_ BSTR pseudoElement, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(214,39): warning: 'editableDOMRangeForPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(_In_ LPPOINT, _COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44065,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(215,39): warning: 'setSelectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(_In_opt_ IDOMRange*, WebSelectionAffinity);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44069,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(216,39): warning: 'selectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(_COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44073,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(217,39): warning: 'selectionAffinity' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(_Out_ WebSelectionAffinity*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44076,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(218,39): warning: 'setEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditable(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44079,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(219,39): warning: 'isEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isEditable(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(220,39): warning: 'setTypingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(221,39): warning: 'typingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE typingStyle(_COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44088,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE typingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(222,39): warning: 'setSmartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(223,39): warning: 'smartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44094,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(224,39): warning: 'setSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44143,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(225,39): warning: 'isSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44146,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(226,39): warning: 'setContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(227,39): warning: 'isContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44100,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(228,39): warning: 'spellCheckerDocumentTag' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(_Out_ int* tag);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44103,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(229,39): warning: 'undoManager' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE undoManager(_COM_Outptr_opt_ IWebUndoManager**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44106,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE undoManager(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(230,39): warning: 'setEditingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(_In_opt_ IWebEditingDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(231,39): warning: 'editingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingDelegate(_COM_Outptr_opt_ IWebEditingDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44112,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(232,39): warning: 'styleDeclarationWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(_In_ BSTR text, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(233,39): warning: 'hasSelectedRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44119,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(234,39): warning: 'cutEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cutEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44122,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cutEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(235,39): warning: 'copyEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44125,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(236,39): warning: 'pasteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44128,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(237,39): warning: 'deleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(238,39): warning: 'editingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(239,39): warning: 'isGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44137,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(240,39): warning: 'setGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44140,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(241,39): warning: 'setPageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43698,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(242,39): warning: 'pageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43701,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(243,39): warning: 'canZoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43704,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(244,39): warning: 'zoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43708,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(245,39): warning: 'canZoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43711,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(246,39): warning: 'zoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43715,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(247,39): warning: 'canResetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43718,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(248,39): warning: 'resetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43722,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(251,39): warning: 'replaceSelectionWithNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(_In_opt_ IDOMNode*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44411,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(252,39): warning: 'replaceSelectionWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44414,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(253,39): warning: 'replaceSelectionWithMarkupString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44417,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(254,39): warning: 'replaceSelectionWithArchive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(_In_opt_ IWebArchive*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44420,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(255,39): warning: 'deleteSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44423,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(256,39): warning: 'clearSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44425,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(257,39): warning: 'applyStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applyStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44427,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applyStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(260,39): warning: 'copy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copy(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44547,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(261,39): warning: 'cut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44550,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(262,39): warning: 'paste' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paste(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44553,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paste(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(263,39): warning: 'copyURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyURL(_In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44556,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(264,39): warning: 'copyFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44559,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(265,39): warning: 'pasteFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44562,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(266,39): warning: 'delete_' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE delete_(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44565,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE delete_(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(267,39): warning: 'pasteAsPlainText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44568,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(268,39): warning: 'pasteAsRichText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44571,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(269,39): warning: 'changeFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44574,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(270,39): warning: 'changeAttributes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeAttributes(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44577,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeAttributes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(271,39): warning: 'changeDocumentBackgroundColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44580,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(272,39): warning: 'changeColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44583,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(273,39): warning: 'alignCenter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignCenter(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44586,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignCenter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(274,39): warning: 'alignJustified' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignJustified(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44589,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignJustified(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(275,39): warning: 'alignLeft' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignLeft(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44592,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignLeft(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(276,39): warning: 'alignRight' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignRight(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44595,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignRight(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(277,39): warning: 'checkSpelling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE checkSpelling(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44598,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE checkSpelling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(278,39): warning: 'showGuessPanel' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44601,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(279,39): warning: 'performFindPanelAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44604,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(280,39): warning: 'startSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE startSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44607,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE startSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(281,39): warning: 'stopSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44610,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(284,39): warning: 'onNotify' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE onNotify(_In_opt_ IWebNotification*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(29311,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE onNotify(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(287,39): warning: 'MIMETypeForExtension' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(_In_ BSTR extension, _Deref_opt_out_ BSTR *mimeType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45032,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(288,39): warning: 'setCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(_In_opt_ IDropTarget*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44940,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(289,39): warning: 'removeCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44943,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(290,39): warning: 'setInViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44868,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(291,39): warning: 'inViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44871,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(292,39): warning: 'viewWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE viewWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44874,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE viewWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(293,39): warning: 'setFormDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(_In_opt_ IWebFormDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44877,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(294,39): warning: 'formDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE formDelegate(_COM_Outptr_opt_ IWebFormDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44880,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE formDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(295,39): warning: 'setFrameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(_In_opt_ IWebFrameLoadDelegatePrivate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44883,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(296,39): warning: 'frameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(_COM_Outptr_opt_ IWebFrameLoadDelegatePrivate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44886,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(297,39): warning: 'scrollOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollOffset(_Out_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44889,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollOffset(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(298,39): warning: 'scrollBy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollBy(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44892,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollBy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(299,39): warning: 'visibleContentRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(_Out_ LPRECT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44895,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(300,39): warning: 'updateFocusedAndActiveState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44898,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(301,39): warning: 'executeCoreCommandByName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(_In_ BSTR name, _In_ BSTR value);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44962,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(302,39): warning: 'clearMainFrameName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45015,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(303,39): warning: 'markAllMatchesForText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(_In_ BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, _Out_ UINT* matches);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(304,39): warning: 'unmarkAllTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44907,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(305,39): warning: 'rectsForTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(_COM_Outptr_opt_ IEnumTextMatches**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(306,39): warning: 'generateSelectionImage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(BOOL forceWhiteText, _Deref_opt_out_ HBITMAP* hBitmap);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(307,39): warning: 'selectionRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionRect(_Inout_ RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(308,39): warning: 'DragEnter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragEnter(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3511,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragEnter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(309,39): warning: 'DragOver' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragOver(DWORD grfKeyState, POINTL pt, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3517,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragOver(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(310,39): warning: 'DragLeave' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragLeave();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3522,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragLeave( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(311,39): warning: 'Drop' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE Drop(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3524,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE Drop(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(312,39): warning: 'canHandleRequest' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(_In_opt_ IWebURLRequest*, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(313,39): warning: 'standardUserAgentWithApplicationName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(_In_ BSTR applicationName, _Deref_opt_out_ BSTR *groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(314,39): warning: 'clearFocusNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearFocusNode();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44923,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearFocusNode( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(315,39): warning: 'setInitialFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(BOOL forward);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44945,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(316,39): warning: 'setTabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(317,39): warning: 'tabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(318,39): warning: 'setAllowSiteSpecificHacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(319,39): warning: 'addAdditionalPluginDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(320,39): warning: 'loadBackForwardListFromOtherView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(_In_opt_ IWebView*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(321,39): warning: 'inspector' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inspector(_COM_Outptr_opt_ IWebInspector**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44948,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inspector(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(322,39): warning: 'clearUndoRedoOperations' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44951,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(323,39): warning: 'shouldClose' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE shouldClose(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44959,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE shouldClose(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(324,39): warning: 'setProhibitsMainFrameScrolling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(325,39): warning: 'setShouldApplyMacFontAscentHack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(326,39): warning: 'windowAncestryDidChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(327,39): warning: 'paintDocumentRectToContext' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(RECT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44968,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(328,39): warning: 'paintScrollViewRectToContextAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(RECT, POINT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45136,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(329,39): warning: 'reportException' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reportException(_In_ JSContextRef, _In_ JSValueRef exception);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45141,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE reportException(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(330,39): warning: 'elementFromJS' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementFromJS(_In_ JSContextRef, _In_ JSValueRef nodeObject, _COM_Outptr_opt_ IDOMElement**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45145,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE elementFromJS(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(331,39): warning: 'setCustomHTMLTokenizerTimeDelay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44982,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(332,39): warning: 'setCustomHTMLTokenizerChunkSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(int);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44985,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(333,39): warning: 'backingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingStore(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(334,39): warning: 'setTransparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTransparent(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44991,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTransparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(335,39): warning: 'transparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE transparent(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44994,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE transparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(336,39): warning: 'setDefersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(337,39): warning: 'defersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(338,39): warning: 'globalHistoryItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(_COM_Outptr_opt_ IWebHistoryItem**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(339,39): warning: 'setAlwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(340,39): warning: 'alwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45000,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(341,39): warning: 'setCookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45003,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(342,39): warning: 'cookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45006,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(343,39): warning: 'setMediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(344,39): warning: 'mediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaVolume(_Out_ float* volume);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(345,39): warning: 'registerEmbeddedViewMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45020,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(346,39): warning: 'setMemoryCacheDelegateCallsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45023,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(347,39): warning: 'setJavaScriptURLsAreAllowed' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45026,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(348,39): warning: 'setCanStartPlugins' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45029,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(349,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(352,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(354,39): warning: 'removeUserScriptFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45057,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(355,39): warning: 'removeUserStyleSheetFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(356,39): warning: 'removeUserScriptsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45067,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(357,39): warning: 'removeUserStyleSheetsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45071,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(358,39): warning: 'removeAllUserContentFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(_In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45075,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(359,39): warning: 'unused1' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused1();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45078,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused1( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(360,39): warning: 'unused2' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused2();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45080,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused2( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(361,39): warning: 'invalidateBackingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(_In_opt_ const RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(362,39): warning: 'addOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(363,39): warning: 'removeOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(364,39): warning: 'resetOriginAccessWhitelists' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(365,39): warning: 'setHistoryDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(_In_ IWebHistoryDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45099,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(366,39): warning: 'historyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE historyDelegate(_COM_Outptr_opt_ IWebHistoryDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45102,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE historyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(367,39): warning: 'addVisitedLinks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(__inout_ecount_full(visitedURLCount) BSTR* visitedURLs, unsigned visitedURLCount);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45105,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(368,39): warning: 'unused3' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused3();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused3( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(369,39): warning: 'unused4' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused4();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45111,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused4( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(370,39): warning: 'unused5' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused5();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45113,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused5( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(371,39): warning: 'setGeolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(_In_opt_ IWebGeolocationProvider*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(372,39): warning: 'geolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(_COM_Outptr_opt_ IWebGeolocationProvider**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45118,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(373,39): warning: 'geolocationDidChangePosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(_In_opt_ IWebGeolocationPosition* position);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45121,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(374,39): warning: 'geolocationDidFailWithError' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(_In_opt_ IWebError* error);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45124,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(375,39): warning: 'setDomainRelaxationForbiddenForURLScheme' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, _In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45127,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(376,39): warning: 'registerURLSchemeAsSecure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(377,39): warning: 'registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45168,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(378,39): warning: 'registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45171,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(379,39): warning: 'nextDisplayIsSynchronous' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(380,39): warning: 'defaultMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45150,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(381,39): warning: 'setMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45153,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(382,39): warning: 'httpPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45156,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(383,39): warning: 'setHTTPPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45159,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(384,39): warning: 'setUsesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45162,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(385,39): warning: 'usesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45165,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(388,31): warning: 'setLoadResourcesSerially' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45990,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(389,31): warning: 'scaleWebView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE scaleWebView(double scale, POINT origin);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scaleWebView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(390,31): warning: 'dispatchPendingLoadRequests' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(391,39): warning: 'setCustomBackingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(392,39): warning: 'backingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(393,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(395,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(399,31): warning: 'layerTreeAsString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE layerTreeAsString(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE layerTreeAsString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(400,31): warning: 'findString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE findString(_In_ BSTR, WebFindOptions, _Deref_opt_out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE findString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(403,31): warning: 'setVisibilityState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setVisibilityState(WebPageVisibilityState);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(47806,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setVisibilityState(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(406,31): warning: 'exitFullscreenIfNeeded' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(48693,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(533,31): warning: 'setCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setCompositionForTesting(_In_ BSTR composition, UINT from, UINT length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45174,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(534,31): warning: 'hasCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE hasCompositionForTesting(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45179,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(535,31): warning: 'confirmCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(_In_ BSTR composition);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45182,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(536,31): warning: 'compositionRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE compositionRangeForTesting(_Out_ UINT* startPosition, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45185,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE compositionRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(537,31): warning: 'firstRectForCharacterRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(UINT location, UINT length, _Out_ RECT* resultRect);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45189,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(538,31): warning: 'selectedRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE selectedRangeForTesting(_Out_ UINT* location, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45194,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(540,11): warning: 'deviceScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
float deviceScaleFactor() const;
^
DerivedSources\ForwardingHeaders\WebCore/GraphicsLayerClient.h(115,19): note: overridden virtual function is here
virtual float deviceScaleFactor() const { return 1; }
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(606,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(609,18): warning: 'fullScreenClientWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(35,18): note: overridden virtual function is here
virtual HWND fullScreenClientWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(610,18): warning: 'fullScreenClientParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientParentWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(36,18): note: overridden virtual function is here
virtual HWND fullScreenClientParentWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(611,18): warning: 'fullScreenClientSetParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSetParentWindow(HWND);
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(37,18): note: overridden virtual function is here
virtual void fullScreenClientSetParentWindow(HWND) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(612,18): warning: 'fullScreenClientWillEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(38,18): note: overridden virtual function is here
virtual void fullScreenClientWillEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(613,18): warning: 'fullScreenClientDidEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(39,18): note: overridden virtual function is here
virtual void fullScreenClientDidEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(614,18): warning: 'fullScreenClientWillExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(40,18): note: overridden virtual function is here
virtual void fullScreenClientWillExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(615,18): warning: 'fullScreenClientDidExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(41,18): note: overridden virtual function is here
virtual void fullScreenClientDidExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(616,18): warning: 'fullScreenClientForceRepaint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientForceRepaint();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(42,18): note: overridden virtual function is here
virtual void fullScreenClientForceRepaint() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(617,18): warning: 'fullScreenClientSaveScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSaveScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(43,18): note: overridden virtual function is here
virtual void fullScreenClientSaveScrollPosition() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.cpp:35:
..\..\Source\WebKitLegacy\win\WebView.h(618,18): warning: 'fullScreenClientRestoreScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientRestoreScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(44,18): note: overridden virtual function is here
virtual void fullScreenClientRestoreScrollPosition() = 0;
^
282 warnings and 2 errors generated.
[15/31] Building CXX object Source\WebKit\CMakeFiles\WebKit.dir\UIProcess\win\WebInspectorProxyWin.cpp.obj
FAILED: Source/WebKit/CMakeFiles/WebKit.dir/UIProcess/win/WebInspectorProxyWin.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WEBKIT -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKit -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKit_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I..\..\Source\WebKit -I..\..\Source\WebKit\NetworkProcess -I..\..\Source\WebKit\NetworkProcess\Cookies -I..\..\Source\WebKit\NetworkProcess\CustomProtocols -I..\..\Source\WebKit\NetworkProcess\Downloads -I..\..\Source\WebKit\NetworkProcess\FileAPI -I..\..\Source\WebKit\NetworkProcess\cache -I..\..\Source\WebKit\NetworkProcess\capture -I..\..\Source\WebKit\NetworkProcess\watchos -I..\..\Source\WebKit\NetworkProcess\webrtc -I..\..\Source\WebKit\Platform -I..\..\Source\WebKit\Platform\IPC -I..\..\Source\WebKit\PluginProcess -I..\..\Source\WebKit\Shared -I..\..\Source\WebKit\Shared\API -I..\..\Source\WebKit\Shared\API\c -I..\..\Source\WebKit\Shared\Authentication -I..\..\Source\WebKit\Shared\CoreIPCSupport -I..\..\Source\WebKit\Shared\Databases -I..\..\Source\WebKit\Shared\Databases\IndexedDB -I..\..\Source\WebKit\Shared\FileAPI -I..\..\Source\WebKit\Shared\Gamepad -I..\..\Source\WebKit\Shared\Plugins -I..\..\Source\WebKit\Shared\Plugins\Netscape -I..\..\Source\WebKit\Shared\Plugins\Netscape\x11 -I..\..\Source\WebKit\Shared\RemoteLayerTree -I..\..\Source\WebKit\Shared\Storage -I..\..\Source\WebKit\Shared\WebsiteData -I..\..\Source\WebKit\StorageProcess -I..\..\Source\WebKit\StorageProcess\IndexedDB -I..\..\Source\WebKit\StorageProcess\ServiceWorker -I..\..\Source\WebKit\UIProcess -I..\..\Source\WebKit\UIProcess\API -I..\..\Source\WebKit\UIProcess\API\C -I..\..\Source\WebKit\UIProcess\API\cpp -I..\..\Source\WebKit\UIProcess\ApplePay -I..\..\Source\WebKit\UIProcess\Authentication -I..\..\Source\WebKit\UIProcess\Automation -I..\..\Source\WebKit\UIProcess\Downloads -I..\..\Source\WebKit\UIProcess\Gamepad -I..\..\Source\WebKit\UIProcess\Launcher -I..\..\Source\WebKit\UIProcess\Network -I..\..\Source\WebKit\UIProcess\Network\CustomProtocols -I..\..\Source\WebKit\UIProcess\Notifications -I..\..\Source\WebKit\UIProcess\Plugins -I..\..\Source\WebKit\UIProcess\RemoteLayerTree -I..\..\Source\WebKit\UIProcess\Storage -I..\..\Source\WebKit\UIProcess\UserContent -I..\..\Source\WebKit\UIProcess\WebStorage -I..\..\Source\WebKit\UIProcess\WebsiteData -I..\..\Source\WebKit\WebProcess -I..\..\Source\WebKit\WebProcess\ApplePay -I..\..\Source\WebKit\WebProcess\ApplicationCache -I..\..\Source\WebKit\WebProcess\Automation -I..\..\Source\WebKit\WebProcess\Cache -I..\..\Source\WebKit\WebProcess\Databases -I..\..\Source\WebKit\WebProcess\Databases\IndexedDB -I..\..\Source\WebKit\WebProcess\FileAPI -I..\..\Source\WebKit\WebProcess\FullScreen -I..\..\Source\WebKit\WebProcess\Gamepad -I..\..\Source\WebKit\WebProcess\Geolocation -I..\..\Source\WebKit\WebProcess\IconDatabase -I..\..\Source\WebKit\WebProcess\InjectedBundle -I..\..\Source\WebKit\WebProcess\InjectedBundle\API -I..\..\Source\WebKit\WebProcess\InjectedBundle\API\c -I..\..\Source\WebKit\WebProcess\InjectedBundle\DOM -I..\..\Source\WebKit\WebProcess\Launching -I..\..\Source\WebKit\WebProcess\MediaCache -I..\..\Source\WebKit\WebProcess\MediaStream -I..\..\Source\WebKit\WebProcess\Network -I..\..\Source\WebKit\WebProcess\Network\webrtc -I..\..\Source\WebKit\WebProcess\Notifications -I..\..\Source\WebKit\WebProcess\OriginData -I..\..\Source\WebKit\WebProcess\Plugins -I..\..\Source\WebKit\WebProcess\Plugins\Netscape -I..\..\Source\WebKit\WebProcess\ResourceCache -I..\..\Source\WebKit\WebProcess\Storage -I..\..\Source\WebKit\WebProcess\UserContent -I..\..\Source\WebKit\WebProcess\WebCoreSupport -I..\..\Source\WebKit\WebProcess\WebPage -I..\..\Source\WebKit\WebProcess\WebPage\RemoteLayerTree -I..\..\Source\WebKit\WebProcess\WebStorage -IDerivedSources\WebKit -IDerivedSources\WebKit\include -I..\..\Source -I..\..\WebKitLibraries -I..\..\Source\ThirdParty\ANGLE -I..\..\Source\ThirdParty\ANGLE\include\KHR -I..\..\Source\WebKit\NetworkProcess\win -I..\..\Source\WebKit\Platform\classifier -I..\..\Source\WebKit\PluginProcess\win -I..\..\Source\WebKit\Shared\API\c\win -I..\..\Source\WebKit\Shared\CoordinatedGraphics -I..\..\Source\WebKit\Shared\CoordinatedGraphics\threadedcompositor -I..\..\Source\WebKit\Shared\Plugins\win -I..\..\Source\WebKit\Shared\unix -I..\..\Source\WebKit\Shared\win -I..\..\Source\WebKit\StorageProcess\win -I..\..\Source\WebKit\UIProcess\API\C\cairo -I..\..\Source\WebKit\UIProcess\API\C\win -I..\..\Source\WebKit\UIProcess\API\cpp\win -I..\..\Source\WebKit\UIProcess\API\win -I..\..\Source\WebKit\UIProcess\Plugins\win -I..\..\Source\WebKit\UIProcess\win -I..\..\Source\WebKit\WebProcess\InjectedBundle\API\win -I..\..\Source\WebKit\WebProcess\InjectedBundle\API\win\DOM -I..\..\Source\WebKit\WebProcess\win -I..\..\Source\WebKit\WebProcess\WebCoreSupport\win -I..\..\Source\WebKit\WebProcess\WebPage\CoordinatedGraphics -I..\..\Source\WebKit\WebProcess\WebPage\win -I..\..\Source\WebKit\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebKit\NetworkProcess\curl -I..\..\Source\WebKit\WebProcess\WebCoreSupport\curl -I..\..\WebKitLibraries\win\include\cairo -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 -Wno-unused-parameter /showIncludes /FoSource\WebKit\CMakeFiles\WebKit.dir\UIProcess\win\WebInspectorProxyWin.cpp.obj /FdSource\WebKit\CMakeFiles\WebKit.dir\ -c ..\..\Source\WebKit\UIProcess\win\WebInspectorProxyWin.cpp
..\..\Source\WebKit\UIProcess\win\WebInspectorProxyWin.cpp(234,22): error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'LONG' (aka 'long') in initializer list [-Wc++11-narrowing]
RECT r = { 0, 0, initialWindowWidth, initialWindowHeight };
^~~~~~~~~~~~~~~~~~
..\..\Source\WebKit\UIProcess\win\WebInspectorProxyWin.cpp(234,22): note: insert an explicit cast to silence this issue
RECT r = { 0, 0, initialWindowWidth, initialWindowHeight };
^~~~~~~~~~~~~~~~~~
static_cast<LONG>()
..\..\Source\WebKit\UIProcess\win\WebInspectorProxyWin.cpp(234,42): error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'LONG' (aka 'long') in initializer list [-Wc++11-narrowing]
RECT r = { 0, 0, initialWindowWidth, initialWindowHeight };
^~~~~~~~~~~~~~~~~~~
..\..\Source\WebKit\UIProcess\win\WebInspectorProxyWin.cpp(234,42): note: insert an explicit cast to silence this issue
RECT r = { 0, 0, initialWindowWidth, initialWindowHeight };
^~~~~~~~~~~~~~~~~~~
static_cast<LONG>( )
2 errors generated.
[16/31] Building CXX object Source\WebKit\CMakeFiles\WebKit.dir\__\__\DerivedSources\WebKit\unified-sources\UnifiedSource22.cpp.obj
FAILED: Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource22.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WEBKIT -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKit -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKit_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I..\..\Source\WebKit -I..\..\Source\WebKit\NetworkProcess -I..\..\Source\WebKit\NetworkProcess\Cookies -I..\..\Source\WebKit\NetworkProcess\CustomProtocols -I..\..\Source\WebKit\NetworkProcess\Downloads -I..\..\Source\WebKit\NetworkProcess\FileAPI -I..\..\Source\WebKit\NetworkProcess\cache -I..\..\Source\WebKit\NetworkProcess\capture -I..\..\Source\WebKit\NetworkProcess\watchos -I..\..\Source\WebKit\NetworkProcess\webrtc -I..\..\Source\WebKit\Platform -I..\..\Source\WebKit\Platform\IPC -I..\..\Source\WebKit\PluginProcess -I..\..\Source\WebKit\Shared -I..\..\Source\WebKit\Shared\API -I..\..\Source\WebKit\Shared\API\c -I..\..\Source\WebKit\Shared\Authentication -I..\..\Source\WebKit\Shared\CoreIPCSupport -I..\..\Source\WebKit\Shared\Databases -I..\..\Source\WebKit\Shared\Databases\IndexedDB -I..\..\Source\WebKit\Shared\FileAPI -I..\..\Source\WebKit\Shared\Gamepad -I..\..\Source\WebKit\Shared\Plugins -I..\..\Source\WebKit\Shared\Plugins\Netscape -I..\..\Source\WebKit\Shared\Plugins\Netscape\x11 -I..\..\Source\WebKit\Shared\RemoteLayerTree -I..\..\Source\WebKit\Shared\Storage -I..\..\Source\WebKit\Shared\WebsiteData -I..\..\Source\WebKit\StorageProcess -I..\..\Source\WebKit\StorageProcess\IndexedDB -I..\..\Source\WebKit\StorageProcess\ServiceWorker -I..\..\Source\WebKit\UIProcess -I..\..\Source\WebKit\UIProcess\API -I..\..\Source\WebKit\UIProcess\API\C -I..\..\Source\WebKit\UIProcess\API\cpp -I..\..\Source\WebKit\UIProcess\ApplePay -I..\..\Source\WebKit\UIProcess\Authentication -I..\..\Source\WebKit\UIProcess\Automation -I..\..\Source\WebKit\UIProcess\Downloads -I..\..\Source\WebKit\UIProcess\Gamepad -I..\..\Source\WebKit\UIProcess\Launcher -I..\..\Source\WebKit\UIProcess\Network -I..\..\Source\WebKit\UIProcess\Network\CustomProtocols -I..\..\Source\WebKit\UIProcess\Notifications -I..\..\Source\WebKit\UIProcess\Plugins -I..\..\Source\WebKit\UIProcess\RemoteLayerTree -I..\..\Source\WebKit\UIProcess\Storage -I..\..\Source\WebKit\UIProcess\UserContent -I..\..\Source\WebKit\UIProcess\WebStorage -I..\..\Source\WebKit\UIProcess\WebsiteData -I..\..\Source\WebKit\WebProcess -I..\..\Source\WebKit\WebProcess\ApplePay -I..\..\Source\WebKit\WebProcess\ApplicationCache -I..\..\Source\WebKit\WebProcess\Automation -I..\..\Source\WebKit\WebProcess\Cache -I..\..\Source\WebKit\WebProcess\Databases -I..\..\Source\WebKit\WebProcess\Databases\IndexedDB -I..\..\Source\WebKit\WebProcess\FileAPI -I..\..\Source\WebKit\WebProcess\FullScreen -I..\..\Source\WebKit\WebProcess\Gamepad -I..\..\Source\WebKit\WebProcess\Geolocation -I..\..\Source\WebKit\WebProcess\IconDatabase -I..\..\Source\WebKit\WebProcess\InjectedBundle -I..\..\Source\WebKit\WebProcess\InjectedBundle\API -I..\..\Source\WebKit\WebProcess\InjectedBundle\API\c -I..\..\Source\WebKit\WebProcess\InjectedBundle\DOM -I..\..\Source\WebKit\WebProcess\Launching -I..\..\Source\WebKit\WebProcess\MediaCache -I..\..\Source\WebKit\WebProcess\MediaStream -I..\..\Source\WebKit\WebProcess\Network -I..\..\Source\WebKit\WebProcess\Network\webrtc -I..\..\Source\WebKit\WebProcess\Notifications -I..\..\Source\WebKit\WebProcess\OriginData -I..\..\Source\WebKit\WebProcess\Plugins -I..\..\Source\WebKit\WebProcess\Plugins\Netscape -I..\..\Source\WebKit\WebProcess\ResourceCache -I..\..\Source\WebKit\WebProcess\Storage -I..\..\Source\WebKit\WebProcess\UserContent -I..\..\Source\WebKit\WebProcess\WebCoreSupport -I..\..\Source\WebKit\WebProcess\WebPage -I..\..\Source\WebKit\WebProcess\WebPage\RemoteLayerTree -I..\..\Source\WebKit\WebProcess\WebStorage -IDerivedSources\WebKit -IDerivedSources\WebKit\include -I..\..\Source -I..\..\WebKitLibraries -I..\..\Source\ThirdParty\ANGLE -I..\..\Source\ThirdParty\ANGLE\include\KHR -I..\..\Source\WebKit\NetworkProcess\win -I..\..\Source\WebKit\Platform\classifier -I..\..\Source\WebKit\PluginProcess\win -I..\..\Source\WebKit\Shared\API\c\win -I..\..\Source\WebKit\Shared\CoordinatedGraphics -I..\..\Source\WebKit\Shared\CoordinatedGraphics\threadedcompositor -I..\..\Source\WebKit\Shared\Plugins\win -I..\..\Source\WebKit\Shared\unix -I..\..\Source\WebKit\Shared\win -I..\..\Source\WebKit\StorageProcess\win -I..\..\Source\WebKit\UIProcess\API\C\cairo -I..\..\Source\WebKit\UIProcess\API\C\win -I..\..\Source\WebKit\UIProcess\API\cpp\win -I..\..\Source\WebKit\UIProcess\API\win -I..\..\Source\WebKit\UIProcess\Plugins\win -I..\..\Source\WebKit\UIProcess\win -I..\..\Source\WebKit\WebProcess\InjectedBundle\API\win -I..\..\Source\WebKit\WebProcess\InjectedBundle\API\win\DOM -I..\..\Source\WebKit\WebProcess\win -I..\..\Source\WebKit\WebProcess\WebCoreSupport\win -I..\..\Source\WebKit\WebProcess\WebPage\CoordinatedGraphics -I..\..\Source\WebKit\WebProcess\WebPage\win -I..\..\Source\WebKit\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebKit\NetworkProcess\curl -I..\..\Source\WebKit\WebProcess\WebCoreSupport\curl -I..\..\WebKitLibraries\win\include\cairo -I. -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -IDerivedSources\ForwardingHeaders\ANGLE -I..\..\Source\WebCore\platform\graphics\gpu -IDerivedSources\ForwardingHeaders -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 -Wno-unused-parameter /showIncludes /FoSource\WebKit\CMakeFiles\WebKit.dir\__\__\DerivedSources\WebKit\unified-sources\UnifiedSource22.cpp.obj /FdSource\WebKit\CMakeFiles\WebKit.dir\ -c DerivedSources\WebKit\unified-sources\UnifiedSource22.cpp
In file included from DerivedSources\WebKit\unified-sources\UnifiedSource22.cpp:5:
..\..\Source\WebKit\UIProcess/Network/NetworkProcessProxy.cpp(154,9): error: cannot take the address of an rvalue of type 'WebKit::NetworkProcessProxy *'
UNUSED_PARAM(this);
^ ~~~~
DerivedSources\ForwardingHeaders\wtf/Compiler.h(367,38): note: expanded from macro 'UNUSED_PARAM'
#define UNUSED_PARAM(variable) (void)&variable
^~~~~~~~~
In file included from DerivedSources\WebKit\unified-sources\UnifiedSource22.cpp:5:
..\..\Source\WebKit\UIProcess/Network/NetworkProcessProxy.cpp(171,9): error: cannot take the address of an rvalue of type 'WebKit::NetworkProcessProxy *'
UNUSED_PARAM(this);
^ ~~~~
DerivedSources\ForwardingHeaders\wtf/Compiler.h(367,38): note: expanded from macro 'UNUSED_PARAM'
#define UNUSED_PARAM(variable) (void)&variable
^~~~~~~~~
In file included from DerivedSources\WebKit\unified-sources\UnifiedSource22.cpp:5:
..\..\Source\WebKit\UIProcess/Network/NetworkProcessProxy.cpp(189,9): error: cannot take the address of an rvalue of type 'WebKit::NetworkProcessProxy *'
UNUSED_PARAM(this);
^ ~~~~
DerivedSources\ForwardingHeaders\wtf/Compiler.h(367,38): note: expanded from macro 'UNUSED_PARAM'
#define UNUSED_PARAM(variable) (void)&variable
^~~~~~~~~
3 errors generated.
[17/31] Building CXX object Source\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebView.cpp.obj
FAILED: Source/WebKitLegacy/CMakeFiles/WebKitLegacy.dir/win/WebView.cpp.obj
C:\tools\llvm\bin\clang-cl.exe /nologo -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKitLegacy -DFRAMEWORK_NAME=WebKitLegacy -DHAVE_CONFIG_H=1 -DNOMINMAX -DUCHAR_TYPE=wchar_t -DUNICODE -DUSE_CAIRO=1 -DUSE_CURL=1 -DWEBKIT_EXPORTS -DWEBKIT_EXPORTS=1 -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -DWebKitLegacy_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_="" -I..\..\WebKitLibraries\win\include -I. -I..\..\Source\WebKitLegacy\Storage -I..\..\Source\WebKitLegacy\WebCoreSupport -IDerivedSources\ForwardingHeaders -I..\..\WebKitLibraries\win\include\cairo -I..\..\Source\WebCore\platform\graphics\cairo -I..\include\private -I..\include\private\JavaScriptCore -I..\include\private\WebCore -I..\..\Source\WebKitLegacy\win -I..\..\Source\WebKitLegacy\win\plugins -I..\..\Source\WebKitLegacy\win\WebCoreSupport -IDerivedSources\WebKitLegacy\include -IDerivedSources\WebKitLegacy\Interfaces -IDerivedSources\ForwardingHeaders\ANGLE -IDerivedSources\ForwardingHeaders\ANGLE\include -IDerivedSources\ForwardingHeaders\ANGLE\include\egl -IDerivedSources\ForwardingHeaders\ANGLE\include\khr -IDerivedSources\WebKitLegacy -I..\..\Source\bmalloc -IDerivedSources -I..\..\Source\ThirdParty -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\default -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\crypto -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\harfbuzz -I..\..\Source\WebCore\platform\graphics\harfbuzz\ng -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\text\icu -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -IDerivedSources\WebCore -I..\..\Source\WebCore\platform\graphics\gpu -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\ThirdParty\ANGLE\include -I..\..\Source\ThirdParty\ANGLE\include\egl -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\loader\archive\cf -fdiagnostics-color=always -fcolor-diagnostics -Wno-parentheses-equality -Wno-noexcept-type -Qunused-arguments -Wno-unknown-argument -Wno-nonportable-include-path -Wno-unknown-pragmas -Wno-macro-redefined -Wno-undef -m64 -fno-strict-aliasing /MD /Zi /Ob0 /Od /RTC1 /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /std:c++17 /utf-8 /validate-charset -fmsc-version=1911 /Yu"WebKitPrefix.h" /FI"WebKitPrefix.h" /Fp"C:/webkit/ga/WebKitBuild/Debug/Source/WebKitLegacy/WebKitLegacy_SOURCES/WebKitPrefix.pch" /showIncludes /FoSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\win\WebView.cpp.obj /FdSource\WebKitLegacy\CMakeFiles\WebKitLegacy.dir\ -c ..\..\Source\WebKitLegacy\win\WebView.cpp
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(115,39): warning: 'QueryInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_ void** ppvObject);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(113,47): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE QueryInterface(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(116,37): warning: 'AddRef' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE AddRef();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(117,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE AddRef( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(117,37): warning: 'Release' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ULONG STDMETHODCALLTYPE Release();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\unknwnbase.h(119,45): note: overridden virtual function is here
virtual ULONG STDMETHODCALLTYPE Release( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(120,39): warning: 'canShowMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42833,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(121,39): warning: 'canShowMIMETypeAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(_In_ BSTR mimeType, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42837,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(122,39): warning: 'MIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42841,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(123,39): warning: 'setMIMETypesShownAsHTML' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(__inout_ecount_full(cMimeTypes) BSTR* mimeTypes, int cMimeTypes);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42844,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMIMETypesShownAsHTML(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(124,39): warning: 'URLFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42848,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(125,39): warning: 'URLTitleFromPasteboard' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(_In_opt_ IDataObject* pasteboard, _Deref_opt_out_ BSTR* urlTitle);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42852,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE URLTitleFromPasteboard(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(126,39): warning: 'initWithFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE initWithFrame(RECT frame, _In_ BSTR frameName, _In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42856,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE initWithFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(127,39): warning: 'setAccessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(_In_opt_ IAccessibilityDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42861,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAccessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(128,39): warning: 'accessibilityDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(_COM_Outptr_opt_ IAccessibilityDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42864,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE accessibilityDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(129,39): warning: 'setUIDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(_In_opt_ IWebUIDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42867,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUIDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(130,39): warning: 'uiDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE uiDelegate(_COM_Outptr_opt_ IWebUIDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42870,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE uiDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(131,39): warning: 'setResourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(_In_opt_ IWebResourceLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42873,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setResourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(132,39): warning: 'resourceLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(_COM_Outptr_opt_ IWebResourceLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42876,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(133,39): warning: 'setDownloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(_In_opt_ IWebDownloadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42879,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDownloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(134,39): warning: 'downloadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(_COM_Outptr_opt_ IWebDownloadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42882,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE downloadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(135,39): warning: 'setFrameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(_In_opt_ IWebFrameLoadDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42885,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(136,39): warning: 'frameLoadDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(_COM_Outptr_opt_ IWebFrameLoadDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42888,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(137,39): warning: 'setPolicyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(_In_opt_ IWebPolicyDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42891,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPolicyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(138,39): warning: 'policyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE policyDelegate(_COM_Outptr_opt_ IWebPolicyDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42894,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE policyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(139,39): warning: 'mainFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42897,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(140,39): warning: 'focusedFrame' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE focusedFrame(_COM_Outptr_opt_ IWebFrame**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE focusedFrame(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(141,39): warning: 'backForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backForwardList(_COM_Outptr_opt_ IWebBackForwardList**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42903,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(142,39): warning: 'setMaintainsBackForwardList' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMaintainsBackForwardList(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(143,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(144,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(145,39): warning: 'goToBackForwardItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(_In_opt_ IWebHistoryItem*, _Out_ BOOL* succeeded);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goToBackForwardItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(146,39): warning: 'setTextSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTextSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(147,39): warning: 'textSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42922,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(148,39): warning: 'setApplicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setApplicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(149,39): warning: 'applicationNameForUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applicationNameForUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(150,39): warning: 'setCustomUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(151,39): warning: 'customUserAgent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customUserAgent(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customUserAgent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(152,39): warning: 'userAgentForURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(_In_ BSTR url, _Deref_opt_out_ BSTR* userAgent);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE userAgentForURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(153,39): warning: 'supportsTextEncoding' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42941,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE supportsTextEncoding(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(154,39): warning: 'setCustomTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42944,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(155,39): warning: 'customTextEncodingName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42947,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE customTextEncodingName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(156,39): warning: 'setMediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42950,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(157,39): warning: 'mediaStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaStyle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(158,39): warning: 'stringByEvaluatingJavaScriptFromString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(_In_ BSTR script, _Deref_opt_out_ BSTR* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptFromString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(159,39): warning: 'windowScriptObject' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(_COM_Outptr_opt_ IWebScriptObject**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42960,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowScriptObject(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(160,39): warning: 'setPreferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferences(_In_opt_ IWebPreferences*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42963,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(161,39): warning: 'preferences' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferences(_COM_Outptr_opt_ IWebPreferences**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferences(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(162,39): warning: 'setPreferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42969,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPreferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(163,39): warning: 'preferencesIdentifier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE preferencesIdentifier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(164,39): warning: 'setHostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHostWindow(_In_ HWND);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(165,39): warning: 'hostWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hostWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hostWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(166,39): warning: 'searchFor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE searchFor(_In_ BSTR, BOOL forward, BOOL caseFlag, BOOL wrapFlag, _Out_ BOOL *found);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE searchFor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(167,39): warning: 'registerViewClass' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerViewClass(_In_opt_ IWebDocumentView*, _In_opt_ IWebDocumentRepresentation*, _In_ BSTR forMIMEType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerViewClass(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(168,39): warning: 'setGroupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGroupName(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGroupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(169,39): warning: 'groupName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE groupName(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42996,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE groupName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(170,39): warning: 'estimatedProgress' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(42999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE estimatedProgress(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(171,39): warning: 'isLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isLoading(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(172,39): warning: 'elementAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(_In_ LPPOINT, _COM_Outptr_opt_ IPropertyBag** elementDictionary);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE elementAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(173,39): warning: 'pasteboardTypesForSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(_COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(174,39): warning: 'writeSelectionWithPasteboardTypes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(__inout_ecount_full(cTypes) BSTR* types, int cTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeSelectionWithPasteboardTypes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(175,39): warning: 'pasteboardTypesForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(_In_opt_ IPropertyBag* elementDictionary, _COM_Outptr_opt_ IEnumVARIANT**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(176,39): warning: 'writeElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE writeElement(_In_opt_ IPropertyBag* elementDictionary, __inout_ecount_full(cWithPasteboardTypes) BSTR* withPasteboardTypes, int cWithPasteboardTypes, _In_opt_ IDataObject* pasteboard);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43021,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE writeElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(177,39): warning: 'selectedText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedText(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43027,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(178,39): warning: 'centerSelectionInVisibleArea' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43030,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE centerSelectionInVisibleArea(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(179,39): warning: 'moveDragCaretToPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43033,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE moveDragCaretToPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(180,39): warning: 'removeDragCaret' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeDragCaret();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeDragCaret( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(181,39): warning: 'setDrawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43038,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDrawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(182,39): warning: 'drawsBackground' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE drawsBackground(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43041,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE drawsBackground(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(183,39): warning: 'setMainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(_In_ BSTR urlString);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43044,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(184,39): warning: 'mainFrameURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(185,39): warning: 'mainFrameDocument' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(_COM_Outptr_opt_ IDOMDocument**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43050,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameDocument(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(186,39): warning: 'mainFrameTitle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43053,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameTitle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(187,39): warning: 'mainFrameIcon' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43056,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mainFrameIcon(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(188,39): warning: 'registerURLSchemeAsLocal' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(_In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43059,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsLocal(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(189,39): warning: 'close' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE close();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE close( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(192,39): warning: 'takeStringURLFrom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43645,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE takeStringURLFrom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(193,39): warning: 'stopLoading' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopLoading(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43648,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopLoading(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(194,39): warning: 'reload' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reload(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43651,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reload(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(195,39): warning: 'canGoBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoBack(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43654,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(196,39): warning: 'goBack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goBack(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43658,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goBack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(197,39): warning: 'canGoForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canGoForward(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43661,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canGoForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(198,39): warning: 'goForward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE goForward(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43665,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE goForward(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(199,39): warning: 'canMakeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43668,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(200,39): warning: 'makeTextLarger' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43672,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextLarger(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(201,39): warning: 'canMakeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43675,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(202,39): warning: 'makeTextSmaller' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43679,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextSmaller(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(203,39): warning: 'canMakeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43682,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canMakeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(204,39): warning: 'makeTextStandardSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43686,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE makeTextStandardSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(205,39): warning: 'toggleContinuousSpellChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43689,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(206,39): warning: 'toggleSmartInsertDelete' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43692,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleSmartInsertDelete(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(207,39): warning: 'toggleGrammarChecking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43695,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE toggleGrammarChecking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(208,39): warning: 'reloadFromOrigin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43725,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE reloadFromOrigin(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(211,39): warning: 'computedStyleForElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(_In_opt_ IDOMElement*, _In_ BSTR pseudoElement, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43981,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE computedStyleForElement(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(214,39): warning: 'editableDOMRangeForPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(_In_ LPPOINT, _COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44065,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editableDOMRangeForPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(215,39): warning: 'setSelectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(_In_opt_ IDOMRange*, WebSelectionAffinity);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44069,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(216,39): warning: 'selectedDOMRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(_COM_Outptr_opt_ IDOMRange**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44073,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedDOMRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(217,39): warning: 'selectionAffinity' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(_Out_ WebSelectionAffinity*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44076,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionAffinity(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(218,39): warning: 'setEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditable(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44079,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(219,39): warning: 'isEditable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isEditable(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isEditable(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(220,39): warning: 'setTypingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTypingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(221,39): warning: 'typingStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE typingStyle(_COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44088,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE typingStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(222,39): warning: 'setSmartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSmartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(223,39): warning: 'smartInsertDeleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44094,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE smartInsertDeleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(224,39): warning: 'setSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44143,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(225,39): warning: 'isSelectTrailingWhitespaceEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44146,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(226,39): warning: 'setContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(227,39): warning: 'isContinuousSpellCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44100,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isContinuousSpellCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(228,39): warning: 'spellCheckerDocumentTag' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(_Out_ int* tag);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44103,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(229,39): warning: 'undoManager' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE undoManager(_COM_Outptr_opt_ IWebUndoManager**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44106,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE undoManager(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(230,39): warning: 'setEditingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(_In_opt_ IWebEditingDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setEditingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(231,39): warning: 'editingDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingDelegate(_COM_Outptr_opt_ IWebEditingDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44112,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(232,39): warning: 'styleDeclarationWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(_In_ BSTR text, _COM_Outptr_opt_ IDOMCSSStyleDeclaration**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE styleDeclarationWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(233,39): warning: 'hasSelectedRange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44119,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasSelectedRange(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(234,39): warning: 'cutEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cutEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44122,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cutEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(235,39): warning: 'copyEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44125,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(236,39): warning: 'pasteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44128,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(237,39): warning: 'deleteEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(238,39): warning: 'editingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE editingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE editingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(239,39): warning: 'isGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44137,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(240,39): warning: 'setGrammarCheckingEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44140,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGrammarCheckingEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(241,39): warning: 'setPageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43698,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setPageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(242,39): warning: 'pageSizeMultiplier' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(_Out_ float*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43701,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pageSizeMultiplier(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(243,39): warning: 'canZoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43704,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(244,39): warning: 'zoomPageIn' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43708,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageIn(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(245,39): warning: 'canZoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43711,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canZoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(246,39): warning: 'zoomPageOut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43715,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE zoomPageOut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(247,39): warning: 'canResetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(_In_opt_ IUnknown* sender, _Out_ BOOL* result);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43718,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canResetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(248,39): warning: 'resetPageZoom' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(43722,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetPageZoom(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(251,39): warning: 'replaceSelectionWithNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(_In_opt_ IDOMNode*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44411,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithNode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(252,39): warning: 'replaceSelectionWithText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44414,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(253,39): warning: 'replaceSelectionWithMarkupString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44417,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(254,39): warning: 'replaceSelectionWithArchive' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(_In_opt_ IWebArchive*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44420,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithArchive(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(255,39): warning: 'deleteSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE deleteSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44423,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE deleteSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(256,39): warning: 'clearSelection' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearSelection();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44425,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearSelection( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(257,39): warning: 'applyStyle' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE applyStyle(_In_opt_ IDOMCSSStyleDeclaration*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44427,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE applyStyle(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(260,39): warning: 'copy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copy(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44547,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(261,39): warning: 'cut' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cut(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44550,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cut(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(262,39): warning: 'paste' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paste(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44553,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paste(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(263,39): warning: 'copyURL' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyURL(_In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44556,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyURL(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(264,39): warning: 'copyFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE copyFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44559,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE copyFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(265,39): warning: 'pasteFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44562,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(266,39): warning: 'delete_' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE delete_(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44565,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE delete_(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(267,39): warning: 'pasteAsPlainText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44568,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsPlainText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(268,39): warning: 'pasteAsRichText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44571,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE pasteAsRichText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(269,39): warning: 'changeFont' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeFont(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44574,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeFont(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(270,39): warning: 'changeAttributes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeAttributes(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44577,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeAttributes(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(271,39): warning: 'changeDocumentBackgroundColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44580,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeDocumentBackgroundColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(272,39): warning: 'changeColor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE changeColor(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44583,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE changeColor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(273,39): warning: 'alignCenter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignCenter(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44586,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignCenter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(274,39): warning: 'alignJustified' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignJustified(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44589,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignJustified(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(275,39): warning: 'alignLeft' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignLeft(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44592,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignLeft(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(276,39): warning: 'alignRight' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alignRight(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44595,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alignRight(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(277,39): warning: 'checkSpelling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE checkSpelling(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44598,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE checkSpelling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(278,39): warning: 'showGuessPanel' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44601,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE showGuessPanel(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(279,39): warning: 'performFindPanelAction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44604,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE performFindPanelAction(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(280,39): warning: 'startSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE startSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44607,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE startSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(281,39): warning: 'stopSpeaking' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(_In_opt_ IUnknown* sender);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44610,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE stopSpeaking(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(284,39): warning: 'onNotify' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE onNotify(_In_opt_ IWebNotification*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(29311,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE onNotify(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(287,39): warning: 'MIMETypeForExtension' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(_In_ BSTR extension, _Deref_opt_out_ BSTR *mimeType);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45032,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE MIMETypeForExtension(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(288,39): warning: 'setCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(_In_opt_ IDropTarget*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44940,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomDropTarget(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(289,39): warning: 'removeCustomDropTarget' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44943,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeCustomDropTarget( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(290,39): warning: 'setInViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44868,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(291,39): warning: 'inViewSourceMode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44871,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(292,39): warning: 'viewWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE viewWindow(_Deref_opt_out_ HWND*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44874,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE viewWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(293,39): warning: 'setFormDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(_In_opt_ IWebFormDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44877,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFormDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(294,39): warning: 'formDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE formDelegate(_COM_Outptr_opt_ IWebFormDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44880,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE formDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(295,39): warning: 'setFrameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(_In_opt_ IWebFrameLoadDelegatePrivate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44883,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setFrameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(296,39): warning: 'frameLoadDelegatePrivate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(_COM_Outptr_opt_ IWebFrameLoadDelegatePrivate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44886,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE frameLoadDelegatePrivate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(297,39): warning: 'scrollOffset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollOffset(_Out_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44889,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollOffset(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(298,39): warning: 'scrollBy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE scrollBy(_In_ LPPOINT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44892,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scrollBy(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(299,39): warning: 'visibleContentRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(_Out_ LPRECT);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44895,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE visibleContentRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(300,39): warning: 'updateFocusedAndActiveState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44898,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE updateFocusedAndActiveState( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(301,39): warning: 'executeCoreCommandByName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(_In_ BSTR name, _In_ BSTR value);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44962,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE executeCoreCommandByName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(302,39): warning: 'clearMainFrameName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45015,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearMainFrameName( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(303,39): warning: 'markAllMatchesForText' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(_In_ BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, _Out_ UINT* matches);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44900,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(304,39): warning: 'unmarkAllTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44907,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unmarkAllTextMatches( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(305,39): warning: 'rectsForTextMatches' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(_COM_Outptr_opt_ IEnumTextMatches**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE rectsForTextMatches(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(306,39): warning: 'generateSelectionImage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(BOOL forceWhiteText, _Deref_opt_out_ HBITMAP* hBitmap);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44915,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE generateSelectionImage(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(307,39): warning: 'selectionRect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE selectionRect(_Inout_ RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44912,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectionRect(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(308,39): warning: 'DragEnter' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragEnter(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3511,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragEnter(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(309,39): warning: 'DragOver' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragOver(DWORD grfKeyState, POINTL pt, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3517,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragOver(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(310,39): warning: 'DragLeave' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE DragLeave();
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3522,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE DragLeave( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(311,39): warning: 'Drop' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE Drop(IDataObject*, DWORD grfKeyState, POINTL, DWORD* pdwEffect);
^
C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um\oleidl.h(3524,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE Drop(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(312,39): warning: 'canHandleRequest' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(_In_opt_ IWebURLRequest*, _Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44919,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE canHandleRequest(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(313,39): warning: 'standardUserAgentWithApplicationName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(_In_ BSTR applicationName, _Deref_opt_out_ BSTR *groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44978,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE standardUserAgentWithApplicationName(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(314,39): warning: 'clearFocusNode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearFocusNode();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44923,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearFocusNode( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(315,39): warning: 'setInitialFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(BOOL forward);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44945,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setInitialFocus(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(316,39): warning: 'setTabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44925,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(317,39): warning: 'tabKeyCyclesThroughElements' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44928,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE tabKeyCyclesThroughElements(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(318,39): warning: 'setAllowSiteSpecificHacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44931,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAllowSiteSpecificHacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(319,39): warning: 'addAdditionalPluginDirectory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44934,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addAdditionalPluginDirectory(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(320,39): warning: 'loadBackForwardListFromOtherView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(_In_opt_ IWebView*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44937,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE loadBackForwardListFromOtherView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(321,39): warning: 'inspector' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE inspector(_COM_Outptr_opt_ IWebInspector**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44948,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE inspector(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(322,39): warning: 'clearUndoRedoOperations' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44951,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE clearUndoRedoOperations( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(323,39): warning: 'shouldClose' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE shouldClose(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44959,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE shouldClose(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(324,39): warning: 'setProhibitsMainFrameScrolling' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44953,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setProhibitsMainFrameScrolling(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(325,39): warning: 'setShouldApplyMacFontAscentHack' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44956,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setShouldApplyMacFontAscentHack(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(326,39): warning: 'windowAncestryDidChange' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44966,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE windowAncestryDidChange( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(327,39): warning: 'paintDocumentRectToContext' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(RECT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44968,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(328,39): warning: 'paintScrollViewRectToContextAtPoint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(RECT, POINT, _In_ HDC);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45136,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(329,39): warning: 'reportException' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE reportException(_In_ JSContextRef, _In_ JSValueRef exception);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45141,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE reportException(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(330,39): warning: 'elementFromJS' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE elementFromJS(_In_ JSContextRef, _In_ JSValueRef nodeObject, _COM_Outptr_opt_ IDOMElement**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45145,57): note: overridden virtual function is here
virtual /* [local] */ HRESULT STDMETHODCALLTYPE elementFromJS(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(331,39): warning: 'setCustomHTMLTokenizerTimeDelay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44982,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerTimeDelay(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(332,39): warning: 'setCustomHTMLTokenizerChunkSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(int);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44985,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomHTMLTokenizerChunkSize(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(333,39): warning: 'backingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingStore(_Deref_opt_out_ HBITMAP*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44988,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(334,39): warning: 'setTransparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setTransparent(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44991,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setTransparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(335,39): warning: 'transparent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE transparent(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44994,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE transparent(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(336,39): warning: 'setDefersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44972,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDefersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(337,39): warning: 'defersCallbacks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44975,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defersCallbacks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(338,39): warning: 'globalHistoryItem' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(_COM_Outptr_opt_ IWebHistoryItem**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE globalHistoryItem(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(339,39): warning: 'setAlwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(44997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setAlwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(340,39): warning: 'alwaysUsesComplexTextCodePath' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45000,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE alwaysUsesComplexTextCodePath(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(341,39): warning: 'setCookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45003,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(342,39): warning: 'cookieEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45006,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE cookieEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(343,39): warning: 'setMediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(float);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45009,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(344,39): warning: 'mediaVolume' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE mediaVolume(_Out_ float* volume);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45012,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE mediaVolume(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(345,39): warning: 'registerEmbeddedViewMIMEType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45020,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerEmbeddedViewMIMEType(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(346,39): warning: 'setMemoryCacheDelegateCallsEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45023,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMemoryCacheDelegateCallsEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(347,39): warning: 'setJavaScriptURLsAreAllowed' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45026,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setJavaScriptURLsAreAllowed(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(348,39): warning: 'setCanStartPlugins' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45029,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCanStartPlugins(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(349,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45036,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(352,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45047,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(354,39): warning: 'removeUserScriptFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45057,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(355,39): warning: 'removeUserStyleSheetFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR url);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45062,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(356,39): warning: 'removeUserScriptsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45067,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserScriptsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(357,39): warning: 'removeUserStyleSheetsFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45071,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeUserStyleSheetsFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(358,39): warning: 'removeAllUserContentFromGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(_In_ BSTR groupName);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45075,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeAllUserContentFromGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(359,39): warning: 'unused1' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused1();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45078,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused1( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(360,39): warning: 'unused2' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused2();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45080,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused2( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(361,39): warning: 'invalidateBackingStore' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(_In_opt_ const RECT*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45082,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE invalidateBackingStore(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(362,39): warning: 'addOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45085,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(363,39): warning: 'removeOriginAccessWhitelistEntry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(_In_ BSTR sourceOrigin, _In_ BSTR destinationProtocol, _In_ BSTR destinationHost, BOOL allowDestinationSubdomains);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45091,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE removeOriginAccessWhitelistEntry(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(364,39): warning: 'resetOriginAccessWhitelists' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45097,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE resetOriginAccessWhitelists( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(365,39): warning: 'setHistoryDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(_In_ IWebHistoryDelegate*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45099,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(366,39): warning: 'historyDelegate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE historyDelegate(_COM_Outptr_opt_ IWebHistoryDelegate**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45102,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE historyDelegate(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(367,39): warning: 'addVisitedLinks' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(__inout_ecount_full(visitedURLCount) BSTR* visitedURLs, unsigned visitedURLCount);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45105,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addVisitedLinks(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(368,39): warning: 'unused3' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused3();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45109,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused3( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(369,39): warning: 'unused4' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused4();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45111,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused4( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(370,39): warning: 'unused5' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE unused5();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45113,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE unused5( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(371,39): warning: 'setGeolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(_In_opt_ IWebGeolocationProvider*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45115,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setGeolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(372,39): warning: 'geolocationProvider' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(_COM_Outptr_opt_ IWebGeolocationProvider**);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45118,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationProvider(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(373,39): warning: 'geolocationDidChangePosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(_In_opt_ IWebGeolocationPosition* position);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45121,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidChangePosition(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(374,39): warning: 'geolocationDidFailWithError' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(_In_opt_ IWebError* error);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45124,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE geolocationDidFailWithError(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(375,39): warning: 'setDomainRelaxationForbiddenForURLScheme' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, _In_ BSTR scheme);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45127,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setDomainRelaxationForbiddenForURLScheme(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(376,39): warning: 'registerURLSchemeAsSecure' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45131,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsSecure(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(377,39): warning: 'registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45168,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(378,39): warning: 'registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(_In_ BSTR);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45171,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(379,39): warning: 'nextDisplayIsSynchronous' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45134,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE nextDisplayIsSynchronous( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(380,39): warning: 'defaultMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45150,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE defaultMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(381,39): warning: 'setMinimumTimerInterval' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45153,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setMinimumTimerInterval(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(382,39): warning: 'httpPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45156,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE httpPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(383,39): warning: 'setHTTPPipeliningEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45159,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setHTTPPipeliningEnabled(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(384,39): warning: 'setUsesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45162,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setUsesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(385,39): warning: 'usesLayeredWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45165,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(388,31): warning: 'setLoadResourcesSerially' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(BOOL);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45990,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setLoadResourcesSerially(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(389,31): warning: 'scaleWebView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE scaleWebView(double scale, POINT origin);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45993,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE scaleWebView(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(390,31): warning: 'dispatchPendingLoadRequests' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45997,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE dispatchPendingLoadRequests( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(391,39): warning: 'setCustomBackingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(double);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45999,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCustomBackingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(392,39): warning: 'backingScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(_Out_ double*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46002,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE backingScaleFactor(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(393,39): warning: 'addUserScriptToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46005,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserScriptToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(395,39): warning: 'addUserStyleSheetToGroup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(_In_ BSTR groupName, _In_opt_ IWebScriptWorld*, _In_ BSTR source, _In_ BSTR url,
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46017,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE addUserStyleSheetToGroup(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(399,31): warning: 'layerTreeAsString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE layerTreeAsString(_Deref_opt_out_ BSTR*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46906,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE layerTreeAsString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(400,31): warning: 'findString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE findString(_In_ BSTR, WebFindOptions, _Deref_opt_out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(46909,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE findString(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(403,31): warning: 'setVisibilityState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setVisibilityState(WebPageVisibilityState);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(47806,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setVisibilityState(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(406,31): warning: 'exitFullscreenIfNeeded' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded();
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(48693,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE exitFullscreenIfNeeded( void) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(533,31): warning: 'setCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE setCompositionForTesting(_In_ BSTR composition, UINT from, UINT length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45174,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE setCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(534,31): warning: 'hasCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE hasCompositionForTesting(_Out_ BOOL*);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45179,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE hasCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(535,31): warning: 'confirmCompositionForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(_In_ BSTR composition);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45182,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE confirmCompositionForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(536,31): warning: 'compositionRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE compositionRangeForTesting(_Out_ UINT* startPosition, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45185,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE compositionRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(537,31): warning: 'firstRectForCharacterRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(UINT location, UINT length, _Out_ RECT* resultRect);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45189,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE firstRectForCharacterRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(538,31): warning: 'selectedRangeForTesting' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
HRESULT STDMETHODCALLTYPE selectedRangeForTesting(_Out_ UINT* location, _Out_ UINT* length);
^
DerivedSources\WebKitLegacy\Interfaces\WebKit.h(45194,43): note: overridden virtual function is here
virtual HRESULT STDMETHODCALLTYPE selectedRangeForTesting(
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(540,11): warning: 'deviceScaleFactor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
float deviceScaleFactor() const;
^
DerivedSources\ForwardingHeaders\WebCore/GraphicsLayerClient.h(115,19): note: overridden virtual function is here
virtual float deviceScaleFactor() const { return 1; }
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(606,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(609,18): warning: 'fullScreenClientWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(35,18): note: overridden virtual function is here
virtual HWND fullScreenClientWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(610,18): warning: 'fullScreenClientParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual HWND fullScreenClientParentWindow() const;
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(36,18): note: overridden virtual function is here
virtual HWND fullScreenClientParentWindow() const = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(611,18): warning: 'fullScreenClientSetParentWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSetParentWindow(HWND);
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(37,18): note: overridden virtual function is here
virtual void fullScreenClientSetParentWindow(HWND) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(612,18): warning: 'fullScreenClientWillEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(38,18): note: overridden virtual function is here
virtual void fullScreenClientWillEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(613,18): warning: 'fullScreenClientDidEnterFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidEnterFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(39,18): note: overridden virtual function is here
virtual void fullScreenClientDidEnterFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(614,18): warning: 'fullScreenClientWillExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientWillExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(40,18): note: overridden virtual function is here
virtual void fullScreenClientWillExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(615,18): warning: 'fullScreenClientDidExitFullScreen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientDidExitFullScreen();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(41,18): note: overridden virtual function is here
virtual void fullScreenClientDidExitFullScreen() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(616,18): warning: 'fullScreenClientForceRepaint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientForceRepaint();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(42,18): note: overridden virtual function is here
virtual void fullScreenClientForceRepaint() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(617,18): warning: 'fullScreenClientSaveScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientSaveScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(43,18): note: overridden virtual function is here
virtual void fullScreenClientSaveScrollPosition() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:28:
..\..\Source\WebKitLegacy\win/WebView.h(618,18): warning: 'fullScreenClientRestoreScrollPosition' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void fullScreenClientRestoreScrollPosition();
^
DerivedSources\ForwardingHeaders\WebCore/FullScreenControllerClient.h(44,18): note: overridden virtual function is here
virtual void fullScreenClientRestoreScrollPosition() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:34:
..\..\Source\WebKitLegacy\win/MarshallingHelpers.h(65,47): warning: extra qualification on member 'windowsEpochAbsoluteTime' [-Wmicrosoft-extra-qualification]
static CFAbsoluteTime MarshallingHelpers::windowsEpochAbsoluteTime();
~~~~~~~~~~~~~~~~~~~~^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:44:
In file included from ..\..\Source\WebKitLegacy\win/WebDownload.h:37:
In file included from DerivedSources\ForwardingHeaders\WebCore/CurlDownload.h:32:
In file included from C:\webkit\ga\WebKitBuild\Debug\DerivedSources\ForwardingHeaders\WebCore/CurlRequest.h:32:
In file included from C:\webkit\ga\WebKitBuild\Debug\DerivedSources\ForwardingHeaders\WebCore/CurlRequestSchedulerClient.h:17:
In file included from C:\webkit\ga\WebKitBuild\Debug\DerivedSources\ForwardingHeaders\WebCore/CurlContext.h:30:
In file included from C:\webkit\ga\WebKitBuild\Debug\DerivedSources\ForwardingHeaders\WebCore/CurlSSLHandle.h:30:
In file included from ..\..\WebKitLibraries\win\include\openssl/crypto.h:129:
..\..\WebKitLibraries\win\include\openssl/ossl_typ.h(86,9): warning: Warning, overriding WinCrypt defines [-W#pragma-messages]
#pragma message("Warning, overriding WinCrypt defines")
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:54:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.h(144,5): error: 'static' is invalid in friend declarations
static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
^~~~~~~
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebInspectorClient.h(128,18): warning: 'windowReceivedMessage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
^
DerivedSources\ForwardingHeaders\WebCore/WindowMessageListener.h(38,22): note: overridden virtual function is here
virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:56:
..\..\Source\WebKitLegacy\win/WebKitDLL.h(53,37): warning: 'gClassNameCount' has C-linkage specified, but returns user-defined type 'HashCountedSet<WTF::String> &' which is incompatible with C [-Wreturn-type-c-linkage]
extern HashCountedSet<WTF::String>& gClassNameCount();
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(42,39): warning: 'createCookiesStrategy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual WebCore::CookiesStrategy* createCookiesStrategy();
^
DerivedSources\ForwardingHeaders\WebCore/PlatformStrategies.h(73,30): note: overridden virtual function is here
virtual CookiesStrategy* createCookiesStrategy() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(43,38): warning: 'createLoaderStrategy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual WebCore::LoaderStrategy* createLoaderStrategy();
^
DerivedSources\ForwardingHeaders\WebCore/PlatformStrategies.h(74,29): note: overridden virtual function is here
virtual LoaderStrategy* createLoaderStrategy() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(44,42): warning: 'createPasteboardStrategy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual WebCore::PasteboardStrategy* createPasteboardStrategy();
^
DerivedSources\ForwardingHeaders\WebCore/PlatformStrategies.h(75,33): note: overridden virtual function is here
virtual PasteboardStrategy* createPasteboardStrategy() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(45,36): warning: 'createBlobRegistry' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual WebCore::BlobRegistry* createBlobRegistry();
^
DerivedSources\ForwardingHeaders\WebCore/PlatformStrategies.h(76,27): note: overridden virtual function is here
virtual BlobRegistry* createBlobRegistry() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(49,18): warning: 'setCookiesFromDOM' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void setCookiesFromDOM(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::SameSiteInfo&, const WebCore::URL&, std::optional<uint64_t> frameID, std::optional<uint64_t> pageID, const String&);
^
DerivedSources\ForwardingHeaders\WebCore/CookiesStrategy.h(46,18): note: overridden virtual function is here
virtual void setCookiesFromDOM(const NetworkStorageSession&, const URL& firstParty, const SameSiteInfo&, const URL&, std::optional<uint64_t> frameID, std::optional<uint64_t> pageID, const String& cookieString) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(50,18): warning: 'cookiesEnabled' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual bool cookiesEnabled(const WebCore::NetworkStorageSession&);
^
DerivedSources\ForwardingHeaders\WebCore/CookiesStrategy.h(47,18): note: overridden virtual function is here
virtual bool cookiesEnabled(const NetworkStorageSession&) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(53,18): warning: 'getRawCookies' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual bool getRawCookies(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::SameSiteInfo&, const WebCore::URL&, std::optional<uint64_t> frameID, std::optional<uint64_t> pageID, Vector<WebCore::Cookie>&);
^
DerivedSources\ForwardingHeaders\WebCore/CookiesStrategy.h(50,18): note: overridden virtual function is here
virtual bool getRawCookies(const NetworkStorageSession&, const URL& firstParty, const SameSiteInfo&, const URL&, std::optional<uint64_t> frameID, std::optional<uint64_t> pageID, Vector<Cookie>&) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:63:
..\..\Source\WebKitLegacy\win\WebCoreSupport\WebPlatformStrategies.h(54,18): warning: 'deleteCookie' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void deleteCookie(const WebCore::NetworkStorageSession&, const WebCore::URL&, const String&);
^
DerivedSources\ForwardingHeaders\WebCore/CookiesStrategy.h(51,18): note: overridden virtual function is here
virtual void deleteCookie(const NetworkStorageSession&, const URL&, const String& cookieName) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:141:
DerivedSources\ForwardingHeaders\WebCore/PopupMenuWin.h(45,18): warning: 'show' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void show(const IntRect&, FrameView*, int index);
^
DerivedSources\ForwardingHeaders\WebCore/PopupMenu.h(34,18): note: overridden virtual function is here
virtual void show(const IntRect&, FrameView*, int index) = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:141:
DerivedSources\ForwardingHeaders\WebCore/PopupMenuWin.h(46,18): warning: 'hide' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void hide();
^
DerivedSources\ForwardingHeaders\WebCore/PopupMenu.h(35,18): note: overridden virtual function is here
virtual void hide() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:141:
DerivedSources\ForwardingHeaders\WebCore/PopupMenuWin.h(47,18): warning: 'updateFromElement' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void updateFromElement();
^
DerivedSources\ForwardingHeaders\WebCore/PopupMenu.h(36,18): note: overridden virtual function is here
virtual void updateFromElement() = 0;
^
In file included from ..\..\Source\WebKitLegacy\win\WebView.cpp:141:
DerivedSources\ForwardingHeaders\WebCore/PopupMenuWin.h(48,18): warning: 'disconnectClient' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void disconnectClient();
^
DerivedSources\ForwardingHeaders\WebCore/PopupMenu.h(37,18): note: overridden virtual function is here
virtual void disconnectClient() = 0;
^
..\..\Source\WebKitLegacy\win\WebView.cpp(221,1): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
SOFT_LINK_OPTIONAL(USER32, GetGestureInfo, BOOL, WINAPI, (HGESTUREINFO, PGESTUREINFO));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(63,75): note: expanded from macro 'SOFT_LINK_OPTIONAL'
ptr = reinterpret_cast<functionName##PtrType>(::EncodePointer(SOFT_LINK_GETPROCADDRESS(library##Library(), #functionName))); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(39,34): note: expanded from macro 'SOFT_LINK_GETPROCADDRESS'
#define SOFT_LINK_GETPROCADDRESS GetProcAddress
^
..\..\Source\WebKitLegacy\win\WebView.cpp(221,1): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
SOFT_LINK_OPTIONAL(USER32, GetGestureInfo, BOOL, WINAPI, (HGESTUREINFO, PGESTUREINFO));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(66,72): note: expanded from macro 'SOFT_LINK_OPTIONAL'
return reinterpret_cast<functionName##PtrType>(::DecodePointer(ptr)); \
^~~
..\..\Source\WebKitLegacy\win\WebView.cpp(222,1): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
SOFT_LINK_OPTIONAL(USER32, SetGestureConfig, BOOL, WINAPI, (HWND, DWORD, UINT, PGESTURECONFIG, UINT));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(63,75): note: expanded from macro 'SOFT_LINK_OPTIONAL'
ptr = reinterpret_cast<functionName##PtrType>(::EncodePointer(SOFT_LINK_GETPROCADDRESS(library##Library(), #functionName))); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(39,34): note: expanded from macro 'SOFT_LINK_GETPROCADDRESS'
#define SOFT_LINK_GETPROCADDRESS GetProcAddress
^
..\..\Source\WebKitLegacy\win\WebView.cpp(222,1): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
SOFT_LINK_OPTIONAL(USER32, SetGestureConfig, BOOL, WINAPI, (HWND, DWORD, UINT, PGESTURECONFIG, UINT));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(66,72): note: expanded from macro 'SOFT_LINK_OPTIONAL'
return reinterpret_cast<functionName##PtrType>(::DecodePointer(ptr)); \
^~~
..\..\Source\WebKitLegacy\win\WebView.cpp(223,1): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
SOFT_LINK_OPTIONAL(USER32, CloseGestureInfoHandle, BOOL, WINAPI, (HGESTUREINFO));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(63,75): note: expanded from macro 'SOFT_LINK_OPTIONAL'
ptr = reinterpret_cast<functionName##PtrType>(::EncodePointer(SOFT_LINK_GETPROCADDRESS(library##Library(), #functionName))); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(39,34): note: expanded from macro 'SOFT_LINK_GETPROCADDRESS'
#define SOFT_LINK_GETPROCADDRESS GetProcAddress
^
..\..\Source\WebKitLegacy\win\WebView.cpp(223,1): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
SOFT_LINK_OPTIONAL(USER32, CloseGestureInfoHandle, BOOL, WINAPI, (HGESTUREINFO));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DerivedSources\ForwardingHeaders\wtf/win/SoftLinking.h(66,72): note: expanded from macro 'SOFT_LINK_OPTIONAL'
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment