Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/filterClasses.js

Issue 29401571: Issue 5086 - Add webrtc request type (Closed)
Patch Set: Steal unit tests from emscripten branch Created April 7, 2017, 10:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/regexpFilters_matching.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterClasses.js
diff --git a/lib/filterClasses.js b/lib/filterClasses.js
index c8bd8f4d42f898276b95f561406dd30a54f3a5cf..a12b33650e1016064f3023592fb8b0008a326f97 100644
--- a/lib/filterClasses.js
+++ b/lib/filterClasses.js
@@ -793,6 +793,7 @@ RegExpFilter.typeMap = {
SUBDOCUMENT: 32,
DOCUMENT: 64,
WEBSOCKET: 128,
+ WEBRTC: 256,
XBL: 1,
PING: 1024,
XMLHTTPREQUEST: 2048,
« no previous file with comments | « no previous file | test/regexpFilters_matching.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld