| Index: chrome/renderer/safe_browsing/phishing_classifier.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_classifier.cc b/chrome/renderer/safe_browsing/phishing_classifier.cc
|
| index 1a3c588be1cf8609c95a61c39c4a2341d7dfad53..d5babf6c1067ad2673f03516561d4749135a30fd 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_classifier.cc
|
| +++ b/chrome/renderer/safe_browsing/phishing_classifier.cc
|
| @@ -136,7 +136,7 @@ void PhishingClassifier::BeginFeatureExtraction() {
|
|
|
| blink::WebDataSource* ds = frame->dataSource();
|
| if (!ds ||
|
| - !base::EqualsASCII(base::StringPiece16(ds->request().httpMethod()),
|
| + !base::EqualsASCII(base::StringPiece16(ds->getRequest().httpMethod()),
|
| "GET")) {
|
| if (ds)
|
| RecordReasonForSkippingClassificationToUMA(SKIP_NONE_GET);
|
|
|