diff options
Diffstat (limited to 'Source/WebKit/mac/WebView/WebHTMLRepresentation.h')
-rw-r--r-- | Source/WebKit/mac/WebView/WebHTMLRepresentation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/mac/WebView/WebHTMLRepresentation.h b/Source/WebKit/mac/WebView/WebHTMLRepresentation.h index 68f9bde..b714bf6 100644 --- a/Source/WebKit/mac/WebView/WebHTMLRepresentation.h +++ b/Source/WebKit/mac/WebView/WebHTMLRepresentation.h @@ -57,6 +57,7 @@ + (NSArray *)supportedMIMETypes; + (NSArray *)supportedNonImageMIMETypes; + (NSArray *)supportedImageMIMETypes; ++ (NSArray *)unsupportedTextMIMETypes; - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset; |