Skip to content

Commit

Permalink
REGRESSION(266606@main): MessageArgumentDescriptions.cpp: Cannot open…
Browse files Browse the repository at this point in the history
… include file: 'WebExtensionContextIdentifier.h'

https://bugs.webkit.org/show_bug.cgi?id=259839

Windows Debug builds were failing. Unreviewed build fix.

> WebKit\DerivedSources\MessageArgumentDescriptions.cpp(84): fatal error C1083: Cannot open include file: 'WebExtensionContextIdentifier.h': No such file or directory

* Source/WebKit/CMakeLists.txt:
Added an include path to WebKit/Shared/Extensions.

Canonical link: https://commits.webkit.org/266619@main
  • Loading branch information
fujii committed Aug 5, 2023
1 parent b3b9f13 commit 8b7b217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ set(WebKit_PRIVATE_INCLUDE_DIRECTORIES
"${WEBKIT_DIR}/Shared/CoreIPCSupport"
"${WEBKIT_DIR}/Shared/Databases"
"${WEBKIT_DIR}/Shared/Databases/IndexedDB"
"${WEBKIT_DIR}/Shared/Extensions"
"${WEBKIT_DIR}/Shared/FileAPI"
"${WEBKIT_DIR}/Shared/Gamepad"
"${WEBKIT_DIR}/Shared/Notifications"
Expand Down

0 comments on commit 8b7b217

Please sign in to comment.