mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Rename StdoutErrorReporter to RustLogReporter.
This commit is contained in:
parent
de1fe51dc6
commit
7fe57ecaea
7 changed files with 34 additions and 30 deletions
|
@ -413,7 +413,7 @@ impl AnimationValue {
|
|||
/// Construct an AnimationValue from a property declaration
|
||||
pub fn from_declaration(decl: &PropertyDeclaration, context: &mut Context,
|
||||
initial: &ComputedValues) -> Option<Self> {
|
||||
use error_reporting::StdoutErrorReporter;
|
||||
use error_reporting::RustLogReporter;
|
||||
use properties::LonghandId;
|
||||
use properties::DeclaredValue;
|
||||
|
||||
|
@ -467,7 +467,7 @@ impl AnimationValue {
|
|||
},
|
||||
PropertyDeclaration::WithVariables(id, ref variables) => {
|
||||
let custom_props = context.style().custom_properties();
|
||||
let reporter = StdoutErrorReporter;
|
||||
let reporter = RustLogReporter;
|
||||
match id {
|
||||
% for prop in data.longhands:
|
||||
% if prop.animatable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue