| Differences between
and this patch
- a/Source/WebCore/ChangeLog +11 lines
Lines 1-3 a/Source/WebCore/ChangeLog_sec1
1
2013-11-19  Jinwoo Song  <jinwoo7.song@samsung.com>
2
3
        Remove unused member function declaration in DocumentOrderedMap.h
4
        https://bugs.webkit.org/show_bug.cgi?id=124629
5
6
        Reviewed by Ryosuke Niwa.
7
8
        checkConsistency() is not used anywhere.
9
10
        * dom/DocumentOrderedMap.h:
11
1
2013-11-19  Jer Noble  <jer.noble@apple.com>
12
2013-11-19  Jer Noble  <jer.noble@apple.com>
2
13
3
        [Mac] 9 WebGL conformance failures after r159518.
14
        [Mac] 9 WebGL conformance failures after r159518.
- a/Source/WebCore/dom/DocumentOrderedMap.h -2 lines
Lines 66-73 public: a/Source/WebCore/dom/DocumentOrderedMap.h_sec1
66
66
67
    const Vector<Element*>* getAllElementsById(const AtomicStringImpl&, const TreeScope&) const;
67
    const Vector<Element*>* getAllElementsById(const AtomicStringImpl&, const TreeScope&) const;
68
68
69
    void checkConsistency() const;
70
71
private:
69
private:
72
    template<bool keyMatches(const AtomicStringImpl&, Element*)> Element* get(const AtomicStringImpl&, const TreeScope&) const;
70
    template<bool keyMatches(const AtomicStringImpl&, Element*)> Element* get(const AtomicStringImpl&, const TreeScope&) const;
73
71

Return to Bug 124629