| Index: Source/core/dom/Node.h
 | 
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
 | 
| index 6b7faf2bfd24d13e6af866188e858e0923305f9f..ac3225617a3877ec71ef9aa6793169709c61afff 100644
 | 
| --- a/Source/core/dom/Node.h
 | 
| +++ b/Source/core/dom/Node.h
 | 
| @@ -234,7 +234,6 @@ public:
 | 
|      bool isPseudoElement() const { return pseudoId() != NOPSEUDO; }
 | 
|      bool isBeforePseudoElement() const { return pseudoId() == BEFORE; }
 | 
|      bool isAfterPseudoElement() const { return pseudoId() == AFTER; }
 | 
| -    bool isFirstLetterPseudoElement() const { return pseudoId() == FIRST_LETTER; }
 | 
|      virtual PseudoId pseudoId() const { return NOPSEUDO; }
 | 
|  
 | 
|      bool isCustomElement() const { return getFlag(CustomElementFlag); }
 | 
| 
 |