| Index: third_party/WebKit/Source/core/dom/StyleSheetCandidate.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleSheetCandidate.cpp b/third_party/WebKit/Source/core/dom/StyleSheetCandidate.cpp
|
| index 1ac86d88710a704ea6684139e02b5c9ef3f5daef..4db3173b2d4fa1bc4e38a4342929d14ca2006936 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleSheetCandidate.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleSheetCandidate.cpp
|
| @@ -108,7 +108,7 @@ bool StyleSheetCandidate::canBeActivated(const String& currentPreferrableName) c
|
|
|
| StyleSheetCandidate::Type StyleSheetCandidate::typeOf(Node& node)
|
| {
|
| - if (node.nodeType() == Node::PROCESSING_INSTRUCTION_NODE)
|
| + if (node.getNodeType() == Node::PROCESSING_INSTRUCTION_NODE)
|
| return Pi;
|
|
|
| if (node.isHTMLElement()) {
|
|
|