git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Handle meta viewport in HTMLPreloadScanner
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
parser
/
HTMLPreloadScanner.h
diff --git
a/Source/WebCore/html/parser/HTMLPreloadScanner.h
b/Source/WebCore/html/parser/HTMLPreloadScanner.h
index
1a9c283
..
b51a2d3
100644
(file)
--- a/
Source/WebCore/html/parser/HTMLPreloadScanner.h
+++ b/
Source/WebCore/html/parser/HTMLPreloadScanner.h
@@
-49,6
+49,7
@@
private:
Input,
Link,
Script,
+ Meta,
// These tags are not scanned by the StartTagScanner.
Unknown,
@@
-90,6
+91,8
@@
private:
HTMLTokenizer m_tokenizer;
};
+WEBCORE_EXPORT bool testPreloadScannerViewportSupport(Document*);
+
}
#endif