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

Side by Side Diff: compiled/ElemHideException.cpp

Issue 29333474: Issue 4125 - [emscripten] Convert filter classes to C++ (Closed)
Patch Set: Back to manual approach for API Created Jan. 18, 2016, 12:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « compiled/ElemHideException.h ('k') | compiled/ElemHideFilter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include "ElemHideException.h"
2
3 ElemHideException::ElemHideException(const std::u16string& text,
4 size_t domainsEnd, size_t selectorStart)
5 : ElemHideBase(text, domainsEnd, selectorStart)
6 {
7 }
8
9 Filter::Type ElemHideException::GetType() const
10 {
11 return Type::ELEMHIDEEXCEPTION;
12 }
OLDNEW
« no previous file with comments | « compiled/ElemHideException.h ('k') | compiled/ElemHideFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld