File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- 1349
2
- Changed:
[email protected] Fri Oct 9
11:12:07 PDT 2020
1
+ 1350
2
+ Changed:
[email protected] Fri Oct 9
13:05:31 PDT 2020
Original file line number Diff line number Diff line change @@ -7053,15 +7053,27 @@ index 66bf24df826daa8e7284248fd1b728cb5ebff343..d40f4f4be2bf76fa300cb54a06e81ff5
7053
7053
7054
7054
#if PLATFORM(MAC)
7055
7055
7056
+ diff --git a/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.h b/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.h
7057
+ index 06f8f1f762e89686fc5dc3fc890f13e0b363d333..68363fd83bac76b0f879ae48a54a862d715d685f 100644
7058
+ --- a/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.h
7059
+ +++ b/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.h
7060
+ @@ -30,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
7061
+
7062
+ @class _WKUserContentWorld;
7063
+ @class WKWebView;
7064
+ +@class WKContentWorld;
7065
+
7066
+ typedef NS_ENUM(NSInteger, _WKUserStyleLevel) {
7067
+ _WKUserStyleUserLevel,
7056
7068
diff --git a/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm b/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm
7057
- index 0684412b1351f30a5d484f909d7a4b97a71ca426..458635a33f903613eff76923105029f1bafedbfc 100644
7069
+ index 0684412b1351f30a5d484f909d7a4b97a71ca426..33daa49f590a614d2122477e4987f58af3b1b8ca 100644
7058
7070
--- a/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm
7059
7071
+++ b/Source/WebKit/UIProcess/API/Cocoa/_WKUserStyleSheet.mm
7060
7072
@@ -33,6 +33,7 @@
7061
7073
#import "WebKit2Initialize.h"
7062
7074
#import "WebPageProxy.h"
7063
7075
#import "_WKUserContentWorldInternal.h"
7064
- +#import <WebKit/WKContentWorld .h>
7076
+ +#import <WebKit/WKContentWorldInternal .h>
7065
7077
#import <wtf/cocoa/VectorCocoa.h>
7066
7078
7067
7079
@implementation _WKUserStyleSheet
You can’t perform that action at this time.
0 commit comments